#97D7E1

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

Shades of Charlotte #97D7E1

Tints of Charlotte #97D7E1

Color information

#97D7E1 (or 0x97D7E1) is unknown color: approx Charlotte. HEX triplet: 97, D7 and E1. RGB value is (151,215,225). Sum of RGB (Red+Green+Blue) = 151+215+225=591 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.55% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #97D7E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7E1 is #68281E. Grayscale: #C4C4C4. Windows color (decimal): -6826015 or 14800791. OLE color: 14800791.

HSL color Cylindrical-coordinate representation of color #97D7E1: hue angle of 188.11º degrees, saturation: 0.55, 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 #97D7E1 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151215225-
CMYK0.330.0400.12
HSL188.11º55.22%73.73%-
HSV(B)188.11º32.89%88.24%-
XYZ50.6560.6280.26-
YUV197143.895.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.55%
GREEN value IS 215 (84.38% from 255) = 36.38%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=25.55%
G=36.38%
B=38.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512152250.330.0400.12188.1155.2273.73
Hex97D7E12140Cbc374a
Octal22732734141401427467112
Binary10010111110101111110000110000110001100101111001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,215,225); }

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

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

 a { background-color: rgb(151,215,225); }

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

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

 span { border-color: rgb(151,215,225); }

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