#9BD1EC

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

Shades of Cornflower #9BD1EC

Tints of Cornflower #9BD1EC

Color information

#9BD1EC (or 0x9BD1EC) is unknown color: approx Cornflower. HEX triplet: 9B, D1 and EC. RGB value is (155,209,236). Sum of RGB (Red+Green+Blue) = 155+209+236=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BD1EC is #642E13. Grayscale: #C3C3C3. Windows color (decimal): -6565396 or 15520155. OLE color: 15520155.

HSL color Cylindrical-coordinate representation of color #9BD1EC: hue angle of 200º 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 #9BD1EC is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155209236-
CMYK0.340.1100.07
HSL200º68.07%76.67%-
HSV(B)200º34.32%92.55%-
XYZ51.4658.6387.96-
YUV195.93150.6198.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.83%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 236 (92.58% from 255) = 39.33%
R=25.83%
G=34.83%
B=39.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552092360.340.1100.0720068.0776.67
Hex9BD1EC22B07c8444d
Octal233321354421307310104115
Binary100110111101000111101100100010101101111100100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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