Html Css Color HEX #96DCEA Charlotte

📋 copy color: '#96DCEA'

red 150 ◦ green 220 ◦ blue 234

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

Shades of Charlotte #96DCEA

Tints of Charlotte #96DCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 24.83%
G = 36.42%
B = 38.74%

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

#96DCEA (or 0x96DCEA) is known color: Charlotte. HEX triplet: 96, DC and EA. RGB value is (150,220,234). Sum of RGB (Red+Green+Blue) = 150+220+234=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #96DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DCEA is #692315. Grayscale: #C8C8C8. Windows color (decimal): -6890262 or 15391894. OLE color: 15391894.

HSL color Cylindrical-coordinate representation of color #96DCEA: hue angle of 190º 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 #96DCEA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 220 234 -
CMYK 0.36 0.06 0 0.08
HSL 190º 0.67% 0.75% -
HSV(B) 190º 0.36% 0.92% -
XYZ 53.02 63.61 87.33 -
YUV 200.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 150 220 234 0.36 0.06 0 0.08 190 0.67 0.75
Hex 96 DC EA 24 6 0 8 BE 43 4B
Octal 226 334 352 44 6 0 10 276 103 113
Binary 10010110 11011100 11101010 100100 110 0 1000 10111110 1000011 1001011

Color Harmonies of #96DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCEA

Black with #96DCEA

Text Example


Text Example

White with #96DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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