Html Css Color HEX #9DDAE8 Charlotte

📋 copy color: '#9DDAE8'

red 157 ◦ green 218 ◦ blue 232

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

Shades of Charlotte #9DDAE8

Tints of Charlotte #9DDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.22%

R = 25.86%
G = 35.91%
B = 38.22%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9DDAE8 (or 0x9DDAE8) is known color: Charlotte. HEX triplet: 9D, DA and E8. RGB value is (157,218,232). Sum of RGB (Red+Green+Blue) = 157+218+232=607 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.86% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 232 - color contains mainly: blue. Hex color #9DDAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDAE8 is #622517. Grayscale: #C9C9C9. Windows color (decimal): -6432024 or 15260317. OLE color: 15260317.

HSL color Cylindrical-coordinate representation of color #9DDAE8: hue angle of 191.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DDAE8 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 157 218 232 -
CMYK 0.32 0.06 0 0.09
HSL 191.2º 0.62% 0.76% -
HSV(B) 191.2º 0.32% 0.91% -
XYZ 53.54 63.14 85.71 -
YUV 201.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 157 218 232 0.32 0.06 0 0.09 191.2 0.62 0.76
Hex 9D DA E8 20 6 0 9 BF 3E 4C
Octal 235 332 350 40 6 0 11 277 76 114
Binary 10011101 11011010 11101000 100000 110 0 1001 10111111 111110 1001100

Color Harmonies of #9DDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDAE8

Black with #9DDAE8

Text Example


Text Example

White with #9DDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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