#9BCAEA

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

Shades of Cornflower #9BCAEA

Tints of Cornflower #9BCAEA

Color information

#9BCAEA (or 0x9BCAEA) is unknown color: approx Cornflower. HEX triplet: 9B, CA and EA. RGB value is (155,202,234). Sum of RGB (Red+Green+Blue) = 155+202+234=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BCAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCAEA is #643515. Grayscale: #BFBFBF. Windows color (decimal): -6567190 or 15387291. OLE color: 15387291.

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

Color convert

RGB155202234-
CMYK0.340.1400.08
HSL204.3º65.29%76.27%-
HSV(B)204.3º33.76%91.76%-
XYZ49.4955.1585.88-
YUV191.59151.93101.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=26.23%
G=34.18%
B=39.59%

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
Decimal1552022340.340.1400.08204.365.2976.27
Hex9BCAEA22E08cc414c
Octal2333123524216010314101114
Binary1001101111001010111010101000101110010001100110010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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