Html Css Color HEX #9DDDEA Charlotte

📋 copy color: '#9DDDEA'

red 157 ◦ green 221 ◦ blue 234

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

Shades of Charlotte #9DDDEA

Tints of Charlotte #9DDDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 25.65%
G = 36.11%
B = 38.24%

CMYK

 C value IS 0.33

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DDDEA (or 0x9DDDEA) is known color: Charlotte. HEX triplet: 9D, DD and EA. RGB value is (157,221,234). Sum of RGB (Red+Green+Blue) = 157+221+234=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDDEA is #622215. Grayscale: #CBCBCB. Windows color (decimal): -6431254 or 15392157. OLE color: 15392157.

HSL color Cylindrical-coordinate representation of color #9DDDEA: hue angle of 190.13º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DDDEA is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 221 234 -
CMYK 0.33 0.06 0 0.08
HSL 190.13º 0.65% 0.77% -
HSV(B) 190.13º 0.33% 0.92% -
XYZ 54.61 64.82 87.48 -
YUV 203.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 157 221 234 0.33 0.06 0 0.08 190.13 0.65 0.77
Hex 9D DD EA 21 6 0 8 BE 41 4D
Octal 235 335 352 41 6 0 10 276 101 115
Binary 10011101 11011101 11101010 100001 110 0 1000 10111110 1000001 1001101

Color Harmonies of #9DDDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDDEA

Black with #9DDDEA

Text Example


Text Example

White with #9DDDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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