#92BDD7

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

Shades of Cornflower #92BDD7

Tints of Cornflower #92BDD7

Color information

#92BDD7 (or 0x92BDD7) is unknown color: approx Cornflower. HEX triplet: 92, BD and D7. RGB value is (146,189,215). Sum of RGB (Red+Green+Blue) = 146+189+215=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #92BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BDD7 is #6D4228. Grayscale: #B2B2B2. Windows color (decimal): -7160361 or 14138770. OLE color: 14138770.

HSL color Cylindrical-coordinate representation of color #92BDD7: hue angle of 202.61º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92BDD7 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146189215-
CMYK0.320.1200.16
HSL202.61º46.31%70.78%-
HSV(B)202.61º32.09%84.31%-
XYZ42.3247.4171.21-
YUV179.11148.25104.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=26.55%
G=34.36%
B=39.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461892150.320.1200.16202.6146.3170.78
Hex92BDD720C010cb2e47
Octal222275327401402031356107
Binary1001001010111101110101111000001100010000110010111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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