#9BC3DF

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

Shades of Cornflower #9BC3DF

Tints of Cornflower #9BC3DF

Color information

#9BC3DF (or 0x9BC3DF) is unknown color: approx Cornflower. HEX triplet: 9B, C3 and DF. RGB value is (155,195,223). Sum of RGB (Red+Green+Blue) = 155+195+223=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC3DF is #643C20. Grayscale: #BABABA. Windows color (decimal): -6568993 or 14664603. OLE color: 14664603.

HSL color Cylindrical-coordinate representation of color #9BC3DF: hue angle of 204.71º degrees, saturation: 0.52, 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 #9BC3DF is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155195223-
CMYK0.300.1300.13
HSL204.71º51.52%74.12%-
HSV(B)204.71º30.49%87.45%-
XYZ46.3551.3377.28-
YUV186.23148.75105.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.05%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=27.05%
G=34.03%
B=38.92%

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
Decimal1551952230.300.1300.13204.7151.5274.12
Hex9BC3DF1ED0Dcd344a
Octal233303337361501531564112
Binary10011011110000111101111111110110101101110011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,223); }

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

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

 a { background-color: rgb(155,195,223); }

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

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

 span { border-color: rgb(155,195,223); }

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