Html Css Color HEX #9DDDE5 Charlotte

📋 copy color: '#9DDDE5'

red 157 ◦ green 221 ◦ blue 229

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

Shades of Charlotte #9DDDE5

Tints of Charlotte #9DDDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

 BLUE value IS 229 (89.84% from 255) = 37.73%

R = 25.86%
G = 36.41%
B = 37.73%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9DDDE5 (or 0x9DDDE5) is known color: Charlotte. HEX triplet: 9D, DD and E5. RGB value is (157,221,229). Sum of RGB (Red+Green+Blue) = 157+221+229=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #9DDDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDDE5 is #62221A. Grayscale: #CACACA. Windows color (decimal): -6431259 or 15064477. OLE color: 15064477.

HSL color Cylindrical-coordinate representation of color #9DDDE5: hue angle of 186.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DDDE5 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 221 229 -
CMYK 0.31 0.03 0 0.10
HSL 186.67º 0.58% 0.76% -
HSV(B) 186.67º 0.31% 0.9% -
XYZ 53.9 64.54 83.74 -
YUV 202.78 142.8 95.35 -
System Red Green Blue C M Y K H S L
Decimal 157 221 229 0.31 0.03 0 0.10 186.67 0.58 0.76
Hex 9D DD E5 1F 3 0 A BB 3A 4C
Octal 235 335 345 37 3 0 12 273 72 114
Binary 10011101 11011101 11100101 11111 11 0 1010 10111011 111010 1001100

Color Harmonies of #9DDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDE5

Black with #9DDDE5

Text Example


Text Example

White with #9DDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,221,229); }

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

background-color css

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

 a { background-color: rgb(157,221,229); }

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

border-color css

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

 span { border-color: rgb(157,221,229); }

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