#9BCAEB

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

Shades of Cornflower #9BCAEB

Tints of Cornflower #9BCAEB

Color information

#9BCAEB (or 0x9BCAEB) is unknown color: approx Cornflower. HEX triplet: 9B, CA and EB. RGB value is (155,202,235). Sum of RGB (Red+Green+Blue) = 155+202+235=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BCAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAEB is #643514. Grayscale: #BFBFBF. Windows color (decimal): -6567189 or 15452827. OLE color: 15452827.

HSL color Cylindrical-coordinate representation of color #9BCAEB: hue angle of 204.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 #9BCAEB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155202235-
CMYK0.340.1400.08
HSL204.75º66.67%76.47%-
HSV(B)204.75º34.04%92.16%-
XYZ49.6355.2186.64-
YUV191.71152.43101.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.18%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=26.18%
G=34.12%
B=39.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552022350.340.1400.08204.7566.6776.47
Hex9BCAEB22E08cd434c
Octal2333123534216010315103114
Binary1001101111001010111010111000101110010001100110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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