#9BDFE1

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

Shades of Charlotte #9BDFE1

Tints of Charlotte #9BDFE1

Color information

#9BDFE1 (or 0x9BDFE1) is unknown color: approx Charlotte. HEX triplet: 9B, DF and E1. RGB value is (155,223,225). Sum of RGB (Red+Green+Blue) = 155+223+225=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 225 - color contains mainly: blue. Hex color #9BDFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFE1 is #64201E. Grayscale: #CACACA. Windows color (decimal): -6561823 or 14802843. OLE color: 14802843.

HSL color Cylindrical-coordinate representation of color #9BDFE1: hue angle of 181.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BDFE1 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155223225-
CMYK0.310.0100.12
HSL181.71º53.85%74.51%-
HSV(B)181.71º31.11%88.24%-
XYZ53.565.1881-
YUV202.9140.4793.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.70%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 225 (88.28% from 255) = 37.31%
R=25.70%
G=36.98%
B=37.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552232250.310.0100.12181.7153.8574.51
Hex9BDFE11F10Cb6364b
Octal23333734137101426666113
Binary10011011110111111110000111111101100101101101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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