Html Css Color HEX #92C0EF Cornflower

📋 copy color: '#92C0EF'

red 146 ◦ green 192 ◦ blue 239

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

Shades of Cornflower #92C0EF

Tints of Cornflower #92C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

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

R = 25.3%
G = 33.28%
B = 41.42%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92C0EF (or 0x92C0EF) is known color: Cornflower. HEX triplet: 92, C0 and EF. RGB value is (146,192,239). Sum of RGB (Red+Green+Blue) = 146+192+239=577 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.30% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #92C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92C0EF is #6D3F10. Grayscale: #B7B7B7. Windows color (decimal): -7159569 or 15712402. OLE color: 15712402.

HSL color Cylindrical-coordinate representation of color #92C0EF: hue angle of 210.32º 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 #92C0EF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 192 239 -
CMYK 0.39 0.20 0 0.06
HSL 210.32º 0.74% 0.75% -
HSV(B) 210.32º 0.39% 0.94% -
XYZ 46.28 50.04 88.88 -
YUV 183.6 159.26 101.18 -
System Red Green Blue C M Y K H S L
Decimal 146 192 239 0.39 0.20 0 0.06 210.32 0.74 0.75
Hex 92 C0 EF 27 14 0 6 D2 4A 4B
Octal 222 300 357 47 24 0 6 322 112 113
Binary 10010010 11000000 11101111 100111 10100 0 110 11010010 1001010 1001011

Color Harmonies of #92C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C0EF

Black with #92C0EF

Text Example


Text Example

White with #92C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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