#9BCCE6

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

Shades of Cornflower #9BCCE6

Tints of Cornflower #9BCCE6

Color information

#9BCCE6 (or 0x9BCCE6) is unknown color: approx Cornflower. HEX triplet: 9B, CC and E6. RGB value is (155,204,230). Sum of RGB (Red+Green+Blue) = 155+204+230=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 230 (90.23% from 255 or 39.05% from 589); Max value from RGB is 230 - color contains mainly: blue. Hex color #9BCCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCE6 is #643319. Grayscale: #C0C0C0. Windows color (decimal): -6566682 or 15125659. OLE color: 15125659.

HSL color Cylindrical-coordinate representation of color #9BCCE6: hue angle of 200.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BCCE6 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB155204230-
CMYK0.330.1100.10
HSL200.8º60%75.49%-
HSV(B)200.8º32.61%90.2%-
XYZ49.3955.8783.04-
YUV192.31149.27101.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.32%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 230 (90.23% from 255) = 39.05%
R=26.32%
G=34.63%
B=39.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1552042300.330.1100.10200.86075.49
Hex9BCCE621B0Ac93c4b
Octal233314346411301231174113
Binary100110111100110011100110100001101101010110010011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,230); }

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

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

 a { background-color: rgb(155,204,230); }

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

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

 span { border-color: rgb(155,204,230); }

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