#97DDEA

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

Shades of Charlotte #97DDEA

Tints of Charlotte #97DDEA

Color information

#97DDEA (or 0x97DDEA) is unknown color: approx Charlotte. HEX triplet: 97, DD and EA. RGB value is (151,221,234). Sum of RGB (Red+Green+Blue) = 151+221+234=606 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.92% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #97DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDEA is #682215. Grayscale: #C9C9C9. Windows color (decimal): -6824470 or 15392151. OLE color: 15392151.

HSL color Cylindrical-coordinate representation of color #97DDEA: hue angle of 189.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97DDEA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151221234-
CMYK0.350.0600.08
HSL189.4º66.4%75.49%-
HSV(B)189.4º35.47%91.76%-
XYZ53.4764.2387.42-
YUV201.55146.3191.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.92%
GREEN value IS 221 (86.72% from 255) = 36.47%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=24.92%
G=36.47%
B=38.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1512212340.350.0600.08189.466.475.49
Hex97DDEA23608bd424b
Octal227335352436010275102113
Binary100101111101110111101010100011110010001011110110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,221,234); }

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

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

 a { background-color: rgb(151,221,234); }

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

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

 span { border-color: rgb(151,221,234); }

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