#9BC1DE

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

Shades of Cornflower #9BC1DE

Tints of Cornflower #9BC1DE

Color information

#9BC1DE (or 0x9BC1DE) is unknown color: approx Cornflower. HEX triplet: 9B, C1 and DE. RGB value is (155,193,222). Sum of RGB (Red+Green+Blue) = 155+193+222=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BC1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC1DE is #643E21. Grayscale: #B8B8B8. Windows color (decimal): -6569506 or 14598555. OLE color: 14598555.

HSL color Cylindrical-coordinate representation of color #9BC1DE: hue angle of 205.97º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BC1DE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155193222-
CMYK0.300.1300.13
HSL205.97º50.38%73.92%-
HSV(B)205.97º30.18%87.06%-
XYZ45.7750.3876.42-
YUV184.94148.91106.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.19%
GREEN value IS 193 (75.78% from 255) = 33.86%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=27.19%
G=33.86%
B=38.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551932220.300.1300.13205.9750.3873.92
Hex9BC1DE1ED0Dce324a
Octal233301336361501531662112
Binary10011011110000011101111011110110101101110011101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,222); }

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

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

 a { background-color: rgb(155,193,222); }

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

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

 span { border-color: rgb(155,193,222); }

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