Html Css Color HEX #97DEDF Charlotte

📋 copy color: '#97DEDF'

red 151 ◦ green 222 ◦ blue 223

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

Shades of Charlotte #97DEDF

Tints of Charlotte #97DEDF

RGB

 RED value IS 151 (59.38% from 255) = 25.34%

 GREEN value IS 222 (87.11% from 255) = 37.25%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 25.34%
G = 37.25%
B = 37.42%

CMYK

 C value IS 0.32

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97DEDF (or 0x97DEDF) is known color: Charlotte. HEX triplet: 97, DE and DF. RGB value is (151,222,223). Sum of RGB (Red+Green+Blue) = 151+222+223=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #97DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DEDF is #682120. Grayscale: #C8C8C8. Windows color (decimal): -6824225 or 14671511. OLE color: 14671511.

HSL color Cylindrical-coordinate representation of color #97DEDF: hue angle of 180.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97DEDF is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 222 223 -
CMYK 0.32 0.00 0 0.13
HSL 180.83º 0.53% 0.73% -
HSV(B) 180.83º 0.32% 0.87% -
XYZ 52.2 64.15 79.44 -
YUV 200.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 151 222 223 0.32 0.00 0 0.13 180.83 0.53 0.73
Hex 97 DE DF 20 0 0 D B5 35 49
Octal 227 336 337 40 0 0 15 265 65 111
Binary 10010111 11011110 11011111 100000 0 0 1101 10110101 110101 1001001

Color Harmonies of #97DEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DEDF

Black with #97DEDF

Text Example


Text Example

White with #97DEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,222,223); }

 H1.HeaderClassName
 {
   color: #97DEDF;
 }
 .AnyTagClassName
 {
   color: #97DEDF;
 }
</style>

background-color css

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

 a { background-color: rgb(151,222,223); }

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

border-color css

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

 span { border-color: rgb(151,222,223); }

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