#92D0F0

Color #92D0F0 Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #92D0F0

Tints of Cornflower #92D0F0

Color information

#92D0F0 (or 0x92D0F0) is unknown color: approx Cornflower. HEX triplet: 92, D0 and F0. RGB value is (146,208,240). Sum of RGB (Red+Green+Blue) = 146+208+240=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #92D0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0F0 is #6D2F0F. Grayscale: #C0C0C0. Windows color (decimal): -7155472 or 15782034. OLE color: 15782034.

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

Color convert

RGB146208240-
CMYK0.390.1300.06
HSL200.43º75.81%75.69%-
HSV(B)200.43º39.17%94.12%-
XYZ50.1457.5190.9-
YUV193.11154.4694.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.58%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=24.58%
G=35.02%
B=40.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462082400.390.1300.06200.4375.8175.69
Hex92D0F027D06c84c4c
Octal222320360471506310114114
Binary100100101101000011110000100111110101101100100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #92D0F0;
 }
 .AnyTagClassName
 {
   color: #92D0F0;
 }
</style>
background-color css

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

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

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

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

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

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