#92CADE

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

Shades of Cornflower #92CADE

Tints of Cornflower #92CADE

Color information

#92CADE (or 0x92CADE) is unknown color: approx Cornflower. HEX triplet: 92, CA and DE. RGB value is (146,202,222). Sum of RGB (Red+Green+Blue) = 146+202+222=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #92CADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92CADE is #6D3521. Grayscale: #BBBBBB. Windows color (decimal): -7157026 or 14600850. OLE color: 14600850.

HSL color Cylindrical-coordinate representation of color #92CADE: hue angle of 195.79º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92CADE is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146202222-
CMYK0.340.0900.13
HSL195.79º53.52%72.16%-
HSV(B)195.79º34.23%87.06%-
XYZ46.1653.6377.03-
YUV187.54147.4598.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.61%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=25.61%
G=35.44%
B=38.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462022220.340.0900.13195.7953.5272.16
Hex92CADE2290Dc43648
Octal222312336421101530466110
Binary100100101100101011011110100010100101101110001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,202,222); }

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

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

 a { background-color: rgb(146,202,222); }

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

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

 span { border-color: rgb(146,202,222); }

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