Html Css Color HEX #97DBDF Charlotte

📋 copy color: '#97DBDF'

red 151 ◦ green 219 ◦ blue 223

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

Shades of Charlotte #97DBDF

Tints of Charlotte #97DBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.93%

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

R = 25.46%
G = 36.93%
B = 37.61%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#97DBDF (or 0x97DBDF) is known color: Charlotte. HEX triplet: 97, DB and DF. RGB value is (151,219,223). Sum of RGB (Red+Green+Blue) = 151+219+223=593 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.46% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #97DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97DBDF is #682420. Grayscale: #C7C7C7. Windows color (decimal): -6824993 or 14670743. OLE color: 14670743.

HSL color Cylindrical-coordinate representation of color #97DBDF: hue angle of 183.33º 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 #97DBDF is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 219 223 -
CMYK 0.32 0.02 0 0.13
HSL 183.33º 0.53% 0.73% -
HSV(B) 183.33º 0.32% 0.87% -
XYZ 51.41 62.57 79.18 -
YUV 199.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 151 219 223 0.32 0.02 0 0.13 183.33 0.53 0.73
Hex 97 DB DF 20 2 0 D B7 35 49
Octal 227 333 337 40 2 0 15 267 65 111
Binary 10010111 11011011 11011111 100000 10 0 1101 10110111 110101 1001001

Color Harmonies of #97DBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBDF

Black with #97DBDF

Text Example


Text Example

White with #97DBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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