#92D0EB

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

Shades of Cornflower #92D0EB

Tints of Cornflower #92D0EB

Color information

#92D0EB (or 0x92D0EB) is unknown color: approx Cornflower. HEX triplet: 92, D0 and EB. RGB value is (146,208,235). Sum of RGB (Red+Green+Blue) = 146+208+235=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 208 (81.64% from 255 or 35.31% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #92D0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0EB is #6D2F14. Grayscale: #C0C0C0. Windows color (decimal): -7155477 or 15454354. OLE color: 15454354.

HSL color Cylindrical-coordinate representation of color #92D0EB: hue angle of 198.2º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92D0EB is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146208235-
CMYK0.380.1100.08
HSL198.2º68.99%74.71%-
HSV(B)198.2º37.87%92.16%-
XYZ49.4157.2287.04-
YUV192.54151.9694.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.79%
GREEN value IS 208 (81.64% from 255) = 35.31%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=24.79%
G=35.31%
B=39.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462082350.380.1100.08198.268.9974.71
Hex92D0EB26B08c6454b
Octal2223203534613010306105113
Binary1001001011010000111010111001101011010001100011010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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