#92BBDF

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

Shades of Cornflower #92BBDF

Tints of Cornflower #92BBDF

Color information

#92BBDF (or 0x92BBDF) is unknown color: approx Cornflower. HEX triplet: 92, BB and DF. RGB value is (146,187,223). Sum of RGB (Red+Green+Blue) = 146+187+223=556 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.26% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #92BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BBDF is #6D4420. Grayscale: #B2B2B2. Windows color (decimal): -7160865 or 14662546. OLE color: 14662546.

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

Color convert

RGB146187223-
CMYK0.350.1600.13
HSL208.05º54.61%72.35%-
HSV(B)208.05º34.53%87.45%-
XYZ42.9446.9876.62-
YUV178.84152.92104.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.26%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=26.26%
G=33.63%
B=40.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461872230.350.1600.13208.0554.6172.35
Hex92BBDF23100Dd03748
Octal222273337432001532067110
Binary1001001010111011110111111000111000001101110100001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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