#92BDDA

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

Shades of Cornflower #92BDDA

Tints of Cornflower #92BDDA

Color information

#92BDDA (or 0x92BDDA) is unknown color: approx Cornflower. HEX triplet: 92, BD and DA. RGB value is (146,189,218). Sum of RGB (Red+Green+Blue) = 146+189+218=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #92BDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDDA is #6D4225. Grayscale: #B3B3B3. Windows color (decimal): -7160358 or 14335378. OLE color: 14335378.

HSL color Cylindrical-coordinate representation of color #92BDDA: hue angle of 204.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92BDDA is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146189218-
CMYK0.330.1300.15
HSL204.17º49.32%71.37%-
HSV(B)204.17º33.03%85.49%-
XYZ42.7147.5773.26-
YUV179.45149.75104.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.40%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=26.40%
G=34.18%
B=39.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461892180.330.1300.15204.1749.3271.37
Hex92BDDA21D0Fcc3147
Octal222275332411501731461107
Binary100100101011110111011010100001110101111110011001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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