#9BCDEE

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

Shades of Cornflower #9BCDEE

Tints of Cornflower #9BCDEE

Color information

#9BCDEE (or 0x9BCDEE) is unknown color: approx Cornflower. HEX triplet: 9B, CD and EE. RGB value is (155,205,238). Sum of RGB (Red+Green+Blue) = 155+205+238=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCDEE is #643211. Grayscale: #C1C1C1. Windows color (decimal): -6566418 or 15650203. OLE color: 15650203.

HSL color Cylindrical-coordinate representation of color #9BCDEE: hue angle of 203.86º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCDEE is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155205238-
CMYK0.350.1400.07
HSL203.86º70.94%77.06%-
HSV(B)203.86º34.87%93.33%-
XYZ50.7856.889.18-
YUV193.81152.94100.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.92%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 238 (93.36% from 255) = 39.80%
R=25.92%
G=34.28%
B=39.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552052380.350.1400.07203.8670.9477.06
Hex9BCDEE23E07cc474d
Octal233315356431607314107115
Binary100110111100110111101110100011111001111100110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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