#9BCDEA

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

Shades of Cornflower #9BCDEA

Tints of Cornflower #9BCDEA

Color information

#9BCDEA (or 0x9BCDEA) is unknown color: approx Cornflower. HEX triplet: 9B, CD and EA. RGB value is (155,205,234). Sum of RGB (Red+Green+Blue) = 155+205+234=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BCDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDEA is #643215. Grayscale: #C1C1C1. Windows color (decimal): -6566422 or 15388059. OLE color: 15388059.

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

Color convert

RGB155205234-
CMYK0.340.1200.08
HSL202.03º65.29%76.27%-
HSV(B)202.03º33.76%91.76%-
XYZ50.256.5786.12-
YUV193.36150.94100.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=26.09%
G=34.51%
B=39.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552052340.340.1200.08202.0365.2976.27
Hex9BCDEA22C08ca414c
Octal2333153524214010312101114
Binary1001101111001101111010101000101100010001100101010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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