#92D0F2

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

Shades of Cornflower #92D0F2

Tints of Cornflower #92D0F2

Color information

#92D0F2 (or 0x92D0F2) is unknown color: approx Cornflower. HEX triplet: 92, D0 and F2. RGB value is (146,208,242). Sum of RGB (Red+Green+Blue) = 146+208+242=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #92D0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0F2 is #6D2F0D. Grayscale: #C1C1C1. Windows color (decimal): -7155470 or 15913106. OLE color: 15913106.

HSL color Cylindrical-coordinate representation of color #92D0F2: hue angle of 201.25º 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 #92D0F2 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146208242-
CMYK0.400.1400.05
HSL201.25º78.69%76.08%-
HSV(B)201.25º39.67%94.9%-
XYZ50.4457.6392.47-
YUV193.34155.4694.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.50%
GREEN value IS 208 (81.64% from 255) = 34.90%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=24.50%
G=34.90%
B=40.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1462082420.400.1400.05201.2578.6976.08
Hex92D0F228E05c94f4c
Octal222320362501605311117114
Binary100100101101000011110010101000111001011100100110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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