#92CDEA

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

Shades of Cornflower #92CDEA

Tints of Cornflower #92CDEA

Color information

#92CDEA (or 0x92CDEA) is unknown color: approx Cornflower. HEX triplet: 92, CD and EA. RGB value is (146,205,234). Sum of RGB (Red+Green+Blue) = 146+205+234=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #92CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDEA is #6D3215. Grayscale: #BEBEBE. Windows color (decimal): -7156246 or 15388050. OLE color: 15388050.

HSL color Cylindrical-coordinate representation of color #92CDEA: hue angle of 199.77º degrees, saturation: 0.68, 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 #92CDEA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146205234-
CMYK0.380.1200.08
HSL199.77º67.69%74.51%-
HSV(B)199.77º37.61%91.76%-
XYZ48.5455.7186.04-
YUV190.66152.4596.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.96%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 234 (91.80% from 255) = 40%
R=24.96%
G=35.04%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462052340.380.1200.08199.7767.6974.51
Hex92CDEA26C08c8444b
Octal2223153524614010310104113
Binary1001001011001101111010101001101100010001100100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,205,234); }

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

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

 a { background-color: rgb(146,205,234); }

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

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

 span { border-color: rgb(146,205,234); }

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