Html Css Color HEX #92C2EF Cornflower

📋 copy color: '#92C2EF'

red 146 ◦ green 194 ◦ blue 239

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

Shades of Cornflower #92C2EF

Tints of Cornflower #92C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.51%

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 25.22%
G = 33.51%
B = 41.28%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92C2EF (or 0x92C2EF) is known color: Cornflower. HEX triplet: 92, C2 and EF. RGB value is (146,194,239). Sum of RGB (Red+Green+Blue) = 146+194+239=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #92C2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C2EF is #6D3D10. Grayscale: #B8B8B8. Windows color (decimal): -7159057 or 15712914. OLE color: 15712914.

HSL color Cylindrical-coordinate representation of color #92C2EF: hue angle of 209.03º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92C2EF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 194 239 -
CMYK 0.39 0.19 0 0.06
HSL 209.03º 0.74% 0.75% -
HSV(B) 209.03º 0.39% 0.94% -
XYZ 46.73 50.93 89.03 -
YUV 184.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 146 194 239 0.39 0.19 0 0.06 209.03 0.74 0.75
Hex 92 C2 EF 27 13 0 6 D1 4A 4B
Octal 222 302 357 47 23 0 6 321 112 113
Binary 10010010 11000010 11101111 100111 10011 0 110 11010001 1001010 1001011

Color Harmonies of #92C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C2EF

Black with #92C2EF

Text Example


Text Example

White with #92C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,194,239); }

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

background-color css

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

 a { background-color: rgb(146,194,239); }

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

border-color css

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

 span { border-color: rgb(146,194,239); }

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