#92BBDD

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

Shades of Cornflower #92BBDD

Tints of Cornflower #92BBDD

Color information

#92BBDD (or 0x92BBDD) is unknown color: approx Cornflower. HEX triplet: 92, BB and DD. RGB value is (146,187,221). Sum of RGB (Red+Green+Blue) = 146+187+221=554 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.35% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #92BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDD is #6D4422. Grayscale: #B2B2B2. Windows color (decimal): -7160867 or 14531474. OLE color: 14531474.

HSL color Cylindrical-coordinate representation of color #92BBDD: hue angle of 207.2º degrees, saturation: 0.52, 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 #92BBDD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146187221-
CMYK0.340.1500.13
HSL207.2º52.45%71.96%-
HSV(B)207.2º33.94%86.67%-
XYZ42.6846.8775.2-
YUV178.62151.92104.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.35%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 221 (86.72% from 255) = 39.89%
R=26.35%
G=33.75%
B=39.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461872210.340.1500.13207.252.4571.96
Hex92BBDD22F0Dcf3448
Octal222273335421701531764110
Binary100100101011101111011101100010111101101110011111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,187,221); }

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

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

 a { background-color: rgb(146,187,221); }

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

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

 span { border-color: rgb(146,187,221); }

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