Html Css Color HEX #96DBE3 Charlotte

📋 copy color: '#96DBE3'

red 150 ◦ green 219 ◦ blue 227

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

Shades of Charlotte #96DBE3

Tints of Charlotte #96DBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.09%

R = 25.17%
G = 36.74%
B = 38.09%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#96DBE3 (or 0x96DBE3) is known color: Charlotte. HEX triplet: 96, DB and E3. RGB value is (150,219,227). Sum of RGB (Red+Green+Blue) = 150+219+227=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 227 (89.06% from 255 or 38.09% from 596); Max value from RGB is 227 - color contains mainly: blue. Hex color #96DBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DBE3 is #69241C. Grayscale: #C7C7C7. Windows color (decimal): -6890525 or 14932886. OLE color: 14932886.

HSL color Cylindrical-coordinate representation of color #96DBE3: hue angle of 186.23º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96DBE3 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 219 227 -
CMYK 0.34 0.04 0 0.11
HSL 186.23º 0.58% 0.74% -
HSV(B) 186.23º 0.34% 0.89% -
XYZ 51.77 62.69 82.05 -
YUV 199.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 150 219 227 0.34 0.04 0 0.11 186.23 0.58 0.74
Hex 96 DB E3 22 4 0 B BA 3A 4A
Octal 226 333 343 42 4 0 13 272 72 112
Binary 10010110 11011011 11100011 100010 100 0 1011 10111010 111010 1001010

Color Harmonies of #96DBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DBE3

Black with #96DBE3

Text Example


Text Example

White with #96DBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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