#9BD2EB

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

Shades of Cornflower #9BD2EB

Tints of Cornflower #9BD2EB

Color information

#9BD2EB (or 0x9BD2EB) is unknown color: approx Cornflower. HEX triplet: 9B, D2 and EB. RGB value is (155,210,235). Sum of RGB (Red+Green+Blue) = 155+210+235=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BD2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD2EB is #642D14. Grayscale: #C4C4C4. Windows color (decimal): -6565141 or 15454875. OLE color: 15454875.

HSL color Cylindrical-coordinate representation of color #9BD2EB: hue angle of 198.75º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BD2EB is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155210235-
CMYK0.340.1100.08
HSL198.75º66.67%76.47%-
HSV(B)198.75º34.04%92.16%-
XYZ51.5659.0687.28-
YUV196.4149.7898.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.83%
GREEN value IS 210 (82.42% from 255) = 35%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=25.83%
G=35%
B=39.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552102350.340.1100.08198.7566.6776.47
Hex9BD2EB22B08c7434c
Octal2333223534213010307103114
Binary1001101111010010111010111000101011010001100011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BD2EB; }

 p { color: rgb(155,210,235); }

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

<style>
 a { background-color: #9BD2EB; }

 a { background-color: rgb(155,210,235); }

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

<style>
 span { border-color: #9BD2EB; }

 span { border-color: rgb(155,210,235); }

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