Html Css Color HEX #9DDEE1 Charlotte

📋 copy color: '#9DDEE1'

red 157 ◦ green 222 ◦ blue 225

#9DDEE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #9DDEE1

Tints of Charlotte #9DDEE1

RGB

 RED value IS 157 (61.72% from 255) = 25.99%

 GREEN value IS 222 (87.11% from 255) = 36.75%

 BLUE value IS 225 (88.28% from 255) = 37.25%

R = 25.99%
G = 36.75%
B = 37.25%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9DDEE1 (or 0x9DDEE1) is known color: Charlotte. HEX triplet: 9D, DE and E1. RGB value is (157,222,225). Sum of RGB (Red+Green+Blue) = 157+222+225=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #9DDEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEE1 is #62211E. Grayscale: #CACACA. Windows color (decimal): -6431007 or 14802589. OLE color: 14802589.

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

Color convert

RGB 157 222 225 -
CMYK 0.30 0.01 0 0.12
HSL 182.65º 0.53% 0.75% -
HSV(B) 182.65º 0.3% 0.88% -
XYZ 53.62 64.85 80.92 -
YUV 202.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 157 222 225 0.30 0.01 0 0.12 182.65 0.53 0.75
Hex 9D DE E1 1E 1 0 C B7 35 4B
Octal 235 336 341 36 1 0 14 267 65 113
Binary 10011101 11011110 11100001 11110 1 0 1100 10110111 110101 1001011

Color Harmonies of #9DDEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEE1

Black with #9DDEE1

Text Example


Text Example

White with #9DDEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,225); }

 H1.HeaderClassName
 {
   color: #9DDEE1;
 }
 .AnyTagClassName
 {
   color: #9DDEE1;
 }
</style>

background-color css

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

 a { background-color: rgb(157,222,225); }

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

border-color css

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

 span { border-color: rgb(157,222,225); }

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