Html Css Color HEX #96DDEA Charlotte

📋 copy color: '#96DDEA'

red 150 ◦ green 221 ◦ blue 234

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

Shades of Charlotte #96DDEA

Tints of Charlotte #96DDEA

RGB

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

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

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

R = 24.79%
G = 36.53%
B = 38.68%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96DDEA (or 0x96DDEA) is known color: Charlotte. HEX triplet: 96, DD and EA. RGB value is (150,221,234). Sum of RGB (Red+Green+Blue) = 150+221+234=605 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.79% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #96DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DDEA is #692215. Grayscale: #C9C9C9. Windows color (decimal): -6890006 or 15392150. OLE color: 15392150.

HSL color Cylindrical-coordinate representation of color #96DDEA: hue angle of 189.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DDEA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 221 234 -
CMYK 0.36 0.06 0 0.08
HSL 189.29º 0.67% 0.75% -
HSV(B) 189.29º 0.36% 0.92% -
XYZ 53.29 64.14 87.41 -
YUV 201.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 150 221 234 0.36 0.06 0 0.08 189.29 0.67 0.75
Hex 96 DD EA 24 6 0 8 BD 43 4B
Octal 226 335 352 44 6 0 10 275 103 113
Binary 10010110 11011101 11101010 100100 110 0 1000 10111101 1000011 1001011

Color Harmonies of #96DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DDEA

Black with #96DDEA

Text Example


Text Example

White with #96DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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