Html Css Color HEX #96DDE5 Charlotte

📋 copy color: '#96DDE5'

red 150 ◦ green 221 ◦ blue 229

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

Shades of Charlotte #96DDE5

Tints of Charlotte #96DDE5

RGB

 RED value IS 150 (58.98% from 255) = 25%

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

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

R = 25%
G = 36.83%
B = 38.17%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#96DDE5 (or 0x96DDE5) is known color: Charlotte. HEX triplet: 96, DD and E5. RGB value is (150,221,229). Sum of RGB (Red+Green+Blue) = 150+221+229=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 229 - color contains mainly: blue. Hex color #96DDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DDE5 is #69221A. Grayscale: #C8C8C8. Windows color (decimal): -6890011 or 15064470. OLE color: 15064470.

HSL color Cylindrical-coordinate representation of color #96DDE5: hue angle of 186.08º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96DDE5 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 221 229 -
CMYK 0.34 0.03 0 0.10
HSL 186.08º 0.6% 0.74% -
HSV(B) 186.08º 0.34% 0.9% -
XYZ 52.58 63.85 83.68 -
YUV 200.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 150 221 229 0.34 0.03 0 0.10 186.08 0.6 0.74
Hex 96 DD E5 22 3 0 A BA 3C 4A
Octal 226 335 345 42 3 0 12 272 74 112
Binary 10010110 11011101 11100101 100010 11 0 1010 10111010 111100 1001010

Color Harmonies of #96DDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDE5

Black with #96DDE5

Text Example


Text Example

White with #96DDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DDE5; }

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

 H1.HeaderClassName
 {
   color: #96DDE5;
 }
 .AnyTagClassName
 {
   color: #96DDE5;
 }
</style>

background-color css

<style>
 a { background-color: #96DDE5; }

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

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

border-color css

<style>
 span { border-color: #96DDE5; }

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

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