Html Css Color HEX #96DBEB Charlotte

📋 copy color: '#96DBEB'

red 150 ◦ green 219 ◦ blue 235

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

Shades of Charlotte #96DBEB

Tints of Charlotte #96DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 24.83%
G = 36.26%
B = 38.91%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#96DBEB (or 0x96DBEB) is known color: Charlotte. HEX triplet: 96, DB and EB. RGB value is (150,219,235). Sum of RGB (Red+Green+Blue) = 150+219+235=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #96DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96DBEB is #692414. Grayscale: #C8C8C8. Windows color (decimal): -6890517 or 15457174. OLE color: 15457174.

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

Color convert

RGB 150 219 235 -
CMYK 0.36 0.07 0 0.08
HSL 191.29º 0.68% 0.75% -
HSV(B) 191.29º 0.36% 0.92% -
XYZ 52.9 63.15 88 -
YUV 200.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 150 219 235 0.36 0.07 0 0.08 191.29 0.68 0.75
Hex 96 DB EB 24 7 0 8 BF 44 4B
Octal 226 333 353 44 7 0 10 277 104 113
Binary 10010110 11011011 11101011 100100 111 0 1000 10111111 1000100 1001011

Color Harmonies of #96DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBEB

Black with #96DBEB

Text Example


Text Example

White with #96DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,219,235); }

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

background-color css

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

 a { background-color: rgb(150,219,235); }

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

border-color css

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

 span { border-color: rgb(150,219,235); }

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