Html Css Color HEX #92D0EF Cornflower

📋 copy color: '#92D0EF'

red 146 ◦ green 208 ◦ blue 239

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

Shades of Cornflower #92D0EF

Tints of Cornflower #92D0EF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.08%

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

R = 24.62%
G = 35.08%
B = 40.3%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92D0EF (or 0x92D0EF) is known color: Cornflower. HEX triplet: 92, D0 and EF. RGB value is (146,208,239). Sum of RGB (Red+Green+Blue) = 146+208+239=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #92D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0EF is #6D2F10. Grayscale: #C0C0C0. Windows color (decimal): -7155473 or 15716498. OLE color: 15716498.

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

Color convert

RGB 146 208 239 -
CMYK 0.39 0.13 0 0.06
HSL 200º 0.74% 0.75% -
HSV(B) 200º 0.39% 0.94% -
XYZ 49.99 57.45 90.12 -
YUV 193 153.96 94.48 -
System Red Green Blue C M Y K H S L
Decimal 146 208 239 0.39 0.13 0 0.06 200 0.74 0.75
Hex 92 D0 EF 27 D 0 6 C8 4A 4B
Octal 222 320 357 47 15 0 6 310 112 113
Binary 10010010 11010000 11101111 100111 1101 0 110 11001000 1001010 1001011

Color Harmonies of #92D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D0EF

Black with #92D0EF

Text Example


Text Example

White with #92D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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