Html Css Color HEX #97B0DB Echo Blue

📋 copy color: '#97B0DB'

red 151 ◦ green 176 ◦ blue 219

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

Shades of Echo Blue #97B0DB

Tints of Echo Blue #97B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.23%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 27.66%
G = 32.23%
B = 40.11%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#97B0DB (or 0x97B0DB) is known color: Echo Blue. HEX triplet: 97, B0 and DB. RGB value is (151,176,219). Sum of RGB (Red+Green+Blue) = 151+176+219=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #97B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97B0DB is #684F24. Grayscale: #ADADAD. Windows color (decimal): -6836005 or 14397591. OLE color: 14397591.

HSL color Cylindrical-coordinate representation of color #97B0DB: hue angle of 217.94º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97B0DB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 176 219 -
CMYK 0.31 0.20 0 0.14
HSL 217.94º 0.49% 0.73% -
HSV(B) 217.94º 0.31% 0.86% -
XYZ 41.07 42.74 73.1 -
YUV 173.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 151 176 219 0.31 0.20 0 0.14 217.94 0.49 0.73
Hex 97 B0 DB 1F 14 0 E DA 31 49
Octal 227 260 333 37 24 0 16 332 61 111
Binary 10010111 10110000 11011011 11111 10100 0 1110 11011010 110001 1001001

Color Harmonies of #97B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B0DB

Black with #97B0DB

Text Example


Text Example

White with #97B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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