Html Css Color HEX #9DDAEC Charlotte

📋 copy color: '#9DDAEC'

red 157 ◦ green 218 ◦ blue 236

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

Shades of Charlotte #9DDAEC

Tints of Charlotte #9DDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.68%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 25.7%
G = 35.68%
B = 38.63%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DDAEC (or 0x9DDAEC) is known color: Charlotte. HEX triplet: 9D, DA and EC. RGB value is (157,218,236). Sum of RGB (Red+Green+Blue) = 157+218+236=611 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.70% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAEC is #622513. Grayscale: #C9C9C9. Windows color (decimal): -6432020 or 15522461. OLE color: 15522461.

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

Color convert

RGB 157 218 236 -
CMYK 0.33 0.08 0 0.07
HSL 193.67º 0.68% 0.77% -
HSV(B) 193.67º 0.33% 0.93% -
XYZ 54.12 63.37 88.74 -
YUV 201.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 157 218 236 0.33 0.08 0 0.07 193.67 0.68 0.77
Hex 9D DA EC 21 8 0 7 C2 44 4D
Octal 235 332 354 41 10 0 7 302 104 115
Binary 10011101 11011010 11101100 100001 1000 0 111 11000010 1000100 1001101

Color Harmonies of #9DDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAEC

Black with #9DDAEC

Text Example


Text Example

White with #9DDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,218,236); }

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

background-color css

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

 a { background-color: rgb(157,218,236); }

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

border-color css

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

 span { border-color: rgb(157,218,236); }

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