#9BCFEE

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

Shades of Cornflower #9BCFEE

Tints of Cornflower #9BCFEE

Color information

#9BCFEE (or 0x9BCFEE) is unknown color: approx Cornflower. HEX triplet: 9B, CF and EE. RGB value is (155,207,238). Sum of RGB (Red+Green+Blue) = 155+207+238=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEE is #643011. Grayscale: #C2C2C2. Windows color (decimal): -6565906 or 15650715. OLE color: 15650715.

HSL color Cylindrical-coordinate representation of color #9BCFEE: hue angle of 202.41º 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 #9BCFEE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155207238-
CMYK0.350.1300.07
HSL202.41º70.94%77.06%-
HSV(B)202.41º34.87%93.33%-
XYZ51.2657.7789.34-
YUV194.99152.2799.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.83%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 238 (93.36% from 255) = 39.67%
R=25.83%
G=34.5%
B=39.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552072380.350.1300.07202.4170.9477.06
Hex9BCFEE23D07ca474d
Octal233317356431507312107115
Binary100110111100111111101110100011110101111100101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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