#92CEED

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

Shades of Cornflower #92CEED

Tints of Cornflower #92CEED

Color information

#92CEED (or 0x92CEED) is unknown color: approx Cornflower. HEX triplet: 92, CE and ED. RGB value is (146,206,237). Sum of RGB (Red+Green+Blue) = 146+206+237=589 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.79% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #92CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CEED is #6D3112. Grayscale: #BFBFBF. Windows color (decimal): -7155987 or 15584914. OLE color: 15584914.

HSL color Cylindrical-coordinate representation of color #92CEED: hue angle of 200.44º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92CEED is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146206237-
CMYK0.380.1300.07
HSL200.44º71.65%75.1%-
HSV(B)200.44º38.4%92.94%-
XYZ49.2156.3788.41-
YUV191.59153.6295.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.79%
GREEN value IS 206 (80.86% from 255) = 34.97%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=24.79%
G=34.97%
B=40.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1462062370.380.1300.07200.4471.6575.1
Hex92CEED26D07c8484b
Octal222316355461507310110113
Binary100100101100111011101101100110110101111100100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,206,237); }

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

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

 a { background-color: rgb(146,206,237); }

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

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

 span { border-color: rgb(146,206,237); }

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