#97D8EB

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

Shades of Charlotte #97D8EB

Tints of Charlotte #97D8EB

Color information

#97D8EB (or 0x97D8EB) is unknown color: approx Charlotte. HEX triplet: 97, D8 and EB. RGB value is (151,216,235). Sum of RGB (Red+Green+Blue) = 151+216+235=602 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.08% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #97D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97D8EB is #682714. Grayscale: #C6C6C6. Windows color (decimal): -6825749 or 15456407. OLE color: 15456407.

HSL color Cylindrical-coordinate representation of color #97D8EB: hue angle of 193.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D8EB is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151216235-
CMYK0.360.0800.08
HSL193.57º67.74%75.69%-
HSV(B)193.57º35.74%92.16%-
XYZ52.3161.6987.75-
YUV198.73148.4793.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.08%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=25.08%
G=35.88%
B=39.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512162350.360.0800.08193.5767.7475.69
Hex97D8EB24808c2444c
Octal2273303534410010302104114
Binary1001011111011000111010111001001000010001100001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D8EB; }

 p { color: rgb(151,216,235); }

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

<style>
 a { background-color: #97D8EB; }

 a { background-color: rgb(151,216,235); }

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

<style>
 span { border-color: #97D8EB; }

 span { border-color: rgb(151,216,235); }

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