#9BD0EC

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

Shades of Cornflower #9BD0EC

Tints of Cornflower #9BD0EC

Color information

#9BD0EC (or 0x9BD0EC) is unknown color: approx Cornflower. HEX triplet: 9B, D0 and EC. RGB value is (155,208,236). Sum of RGB (Red+Green+Blue) = 155+208+236=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BD0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD0EC is #642F13. Grayscale: #C3C3C3. Windows color (decimal): -6565652 or 15519899. OLE color: 15519899.

HSL color Cylindrical-coordinate representation of color #9BD0EC: hue angle of 200.74º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BD0EC is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155208236-
CMYK0.340.1200.07
HSL200.74º68.07%76.67%-
HSV(B)200.74º34.32%92.55%-
XYZ51.2158.1487.88-
YUV195.34150.9499.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 208 (81.64% from 255) = 34.72%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=25.88%
G=34.72%
B=39.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552082360.340.1200.07200.7468.0776.67
Hex9BD0EC22C07c9444d
Octal233320354421407311104115
Binary100110111101000011101100100010110001111100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,236); }

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

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

 a { background-color: rgb(155,208,236); }

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

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

 span { border-color: rgb(155,208,236); }

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