Html Css Color HEX #96DCE1 Charlotte

📋 copy color: '#96DCE1'

red 150 ◦ green 220 ◦ blue 225

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

Shades of Charlotte #96DCE1

Tints of Charlotte #96DCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.82%

R = 25.21%
G = 36.97%
B = 37.82%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#96DCE1 (or 0x96DCE1) is known color: Charlotte. HEX triplet: 96, DC and E1. RGB value is (150,220,225). Sum of RGB (Red+Green+Blue) = 150+220+225=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #96DCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCE1 is #69231E. Grayscale: #C7C7C7. Windows color (decimal): -6890271 or 14802070. OLE color: 14802070.

HSL color Cylindrical-coordinate representation of color #96DCE1: hue angle of 184º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DCE1 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 220 225 -
CMYK 0.33 0.02 0 0.12
HSL 184º 0.56% 0.74% -
HSV(B) 184º 0.33% 0.88% -
XYZ 51.76 63.11 80.69 -
YUV 199.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 150 220 225 0.33 0.02 0 0.12 184 0.56 0.74
Hex 96 DC E1 21 2 0 C B8 38 4A
Octal 226 334 341 41 2 0 14 270 70 112
Binary 10010110 11011100 11100001 100001 10 0 1100 10111000 111000 1001010

Color Harmonies of #96DCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DCE1

Black with #96DCE1

Text Example


Text Example

White with #96DCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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