Html Css Color HEX #97DBEA Charlotte

📋 copy color: '#97DBEA'

red 151 ◦ green 219 ◦ blue 234

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

Shades of Charlotte #97DBEA

Tints of Charlotte #97DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.74%

R = 25%
G = 36.26%
B = 38.74%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97DBEA (or 0x97DBEA) is known color: Charlotte. HEX triplet: 97, DB and EA. RGB value is (151,219,234). Sum of RGB (Red+Green+Blue) = 151+219+234=604 (80% of max value = 765). Red value is 151 (59.38% from 255 or 25% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 234 - color contains mainly: blue. Hex color #97DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DBEA is #682415. Grayscale: #C8C8C8. Windows color (decimal): -6824982 or 15391639. OLE color: 15391639.

HSL color Cylindrical-coordinate representation of color #97DBEA: hue angle of 190.84º 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 #97DBEA is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 219 234 -
CMYK 0.35 0.06 0 0.08
HSL 190.84º 0.66% 0.75% -
HSV(B) 190.84º 0.35% 0.92% -
XYZ 52.95 63.18 87.25 -
YUV 200.38 146.97 92.78 -
System Red Green Blue C M Y K H S L
Decimal 151 219 234 0.35 0.06 0 0.08 190.84 0.66 0.75
Hex 97 DB EA 23 6 0 8 BF 42 4B
Octal 227 333 352 43 6 0 10 277 102 113
Binary 10010111 11011011 11101010 100011 110 0 1000 10111111 1000010 1001011

Color Harmonies of #97DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DBEA

Black with #97DBEA

Text Example


Text Example

White with #97DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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