Html Css Color HEX #9DDAEA Charlotte

📋 copy color: '#9DDAEA'

red 157 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #9DDAEA

Tints of Charlotte #9DDAEA

RGB

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

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

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

R = 25.78%
G = 35.8%
B = 38.42%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DDAEA (or 0x9DDAEA) is known color: Charlotte. HEX triplet: 9D, DA and EA. RGB value is (157,218,234). Sum of RGB (Red+Green+Blue) = 157+218+234=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DDAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAEA is #622515. Grayscale: #C9C9C9. Windows color (decimal): -6432022 or 15391389. OLE color: 15391389.

HSL color Cylindrical-coordinate representation of color #9DDAEA: hue angle of 192.47º 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 #9DDAEA is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 218 234 -
CMYK 0.33 0.07 0 0.08
HSL 192.47º 0.65% 0.77% -
HSV(B) 192.47º 0.33% 0.92% -
XYZ 53.83 63.25 87.21 -
YUV 201.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 157 218 234 0.33 0.07 0 0.08 192.47 0.65 0.77
Hex 9D DA EA 21 7 0 8 C0 41 4D
Octal 235 332 352 41 7 0 10 300 101 115
Binary 10011101 11011010 11101010 100001 111 0 1000 11000000 1000001 1001101

Color Harmonies of #9DDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAEA

Black with #9DDAEA

Text Example


Text Example

White with #9DDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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