#92BDEF

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

Shades of Cornflower #92BDEF

Tints of Cornflower #92BDEF

Color information

#92BDEF (or 0x92BDEF) is unknown color: approx Cornflower. HEX triplet: 92, BD and EF. RGB value is (146,189,239). Sum of RGB (Red+Green+Blue) = 146+189+239=574 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.44% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #92BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92BDEF is #6D4210. Grayscale: #B5B5B5. Windows color (decimal): -7160337 or 15711634. OLE color: 15711634.

HSL color Cylindrical-coordinate representation of color #92BDEF: hue angle of 212.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BDEF is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146189239-
CMYK0.390.2100.06
HSL212.26º74.4%75.49%-
HSV(B)212.26º38.91%93.73%-
XYZ45.6348.7488.66-
YUV181.84160.25102.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.44%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=25.44%
G=32.93%
B=41.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461892390.390.2100.06212.2674.475.49
Hex92BDEF271506d44a4b
Octal222275357472506324112113
Binary1001001010111101111011111001111010101101101010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,239); }

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

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

 a { background-color: rgb(146,189,239); }

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

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

 span { border-color: rgb(146,189,239); }

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