#96DCE3

Color #96DCE3 Charlotte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charlotte #96DCE3

Tints of Charlotte #96DCE3

Color information

#96DCE3 (or 0x96DCE3) is unknown color: approx Charlotte. HEX triplet: 96, DC and E3. RGB value is (150,220,227). Sum of RGB (Red+Green+Blue) = 150+220+227=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 227 (89.06% from 255 or 38.02% from 597); Max value from RGB is 227 - color contains mainly: blue. Hex color #96DCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCE3 is #69231C. Grayscale: #C7C7C7. Windows color (decimal): -6890269 or 14933142. OLE color: 14933142.

HSL color Cylindrical-coordinate representation of color #96DCE3: hue angle of 185.45º 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 #96DCE3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB150220227-
CMYK0.340.0300.11
HSL185.45º57.89%73.92%-
HSV(B)185.45º33.92%89.02%-
XYZ52.0463.2282.13-
YUV199.87143.3192.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.13%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 227 (89.06% from 255) = 38.02%
R=25.13%
G=36.85%
B=38.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502202270.340.0300.11185.4557.8973.92
Hex96DCE32230Bb93a4a
Octal22633434342301327172112
Binary1001011011011100111000111000101101011101110011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96DCE3;
 }
 .AnyTagClassName
 {
   color: #96DCE3;
 }
</style>
background-color css

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

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

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

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

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

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