Html Css Color HEX #92D2F2 Cornflower

📋 copy color: '#92D2F2'

red 146 ◦ green 210 ◦ blue 242

#92D2F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower #92D2F2

Tints of Cornflower #92D2F2

RGB

 RED value IS 146 (57.42% from 255) = 24.41%

 GREEN value IS 210 (82.42% from 255) = 35.12%

 BLUE value IS 242 (94.92% from 255) = 40.47%

R = 24.41%
G = 35.12%
B = 40.47%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#92D2F2 (or 0x92D2F2) is known color: Cornflower. HEX triplet: 92, D2 and F2. RGB value is (146,210,242). Sum of RGB (Red+Green+Blue) = 146+210+242=598 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.41% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 242 (94.92% from 255 or 40.47% from 598); Max value from RGB is 242 - color contains mainly: blue. Hex color #92D2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D2F2 is #6D2D0D. Grayscale: #C2C2C2. Windows color (decimal): -7154958 or 15913618. OLE color: 15913618.

HSL color Cylindrical-coordinate representation of color #92D2F2: hue angle of 200º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D2F2 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 210 242 -
CMYK 0.40 0.13 0 0.05
HSL 200º 0.79% 0.76% -
HSV(B) 200º 0.4% 0.95% -
XYZ 50.93 58.61 92.63 -
YUV 194.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 146 210 242 0.40 0.13 0 0.05 200 0.79 0.76
Hex 92 D2 F2 28 D 0 5 C8 4F 4C
Octal 222 322 362 50 15 0 5 310 117 114
Binary 10010010 11010010 11110010 101000 1101 0 101 11001000 1001111 1001100

Color Harmonies of #92D2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D2F2

Black with #92D2F2

Text Example


Text Example

White with #92D2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92D2F2; }

 p { color: rgb(146,210,242); }

 H1.HeaderClassName
 {
   color: #92D2F2;
 }
 .AnyTagClassName
 {
   color: #92D2F2;
 }
</style>

background-color css

<style>
 a { background-color: #92D2F2; }

 a { background-color: rgb(146,210,242); }

 div.DivClassName
 {
   background-color: #92D2F2;
 }
 .BgClassName
 {
   background-color: #92D2F2;
 }
</style>

border-color css

<style>
 span { border-color: #92D2F2; }

 span { border-color: rgb(146,210,242); }

 td.TdClassName
 {
   border-color: #92D2F2;
 }
 .TagClassName
 {
   border-color: #92D2F2;
 }
</style>