#9BC9E0

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

Shades of Cornflower #9BC9E0

Tints of Cornflower #9BC9E0

Color information

#9BC9E0 (or 0x9BC9E0) is unknown color: approx Cornflower. HEX triplet: 9B, C9 and E0. RGB value is (155,201,224). Sum of RGB (Red+Green+Blue) = 155+201+224=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BC9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9E0 is #64361F. Grayscale: #BDBDBD. Windows color (decimal): -6567456 or 14731675. OLE color: 14731675.

HSL color Cylindrical-coordinate representation of color #9BC9E0: hue angle of 200º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BC9E0 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155201224-
CMYK0.310.1000.12
HSL200º52.67%74.31%-
HSV(B)200º30.8%87.84%-
XYZ47.8654.1278.45-
YUV189.87147.26103.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 201 (78.91% from 255) = 34.66%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=26.72%
G=34.66%
B=38.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552012240.310.1000.1220052.6774.31
Hex9BC9E01FA0Cc8354a
Octal233311340371201431065112
Binary10011011110010011110000011111101001100110010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,201,224); }

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

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

 a { background-color: rgb(155,201,224); }

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

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

 span { border-color: rgb(155,201,224); }

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