Html Css Color HEX #97ADE6 Perano

📋 copy color: '#97ADE6'

red 151 ◦ green 173 ◦ blue 230

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

Shades of Perano #97ADE6

Tints of Perano #97ADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 27.26%
G = 31.23%
B = 41.52%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#97ADE6 (or 0x97ADE6) is known color: Perano. HEX triplet: 97, AD and E6. RGB value is (151,173,230). Sum of RGB (Red+Green+Blue) = 151+173+230=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #97ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ADE6 is #685219. Grayscale: #ACACAC. Windows color (decimal): -6836762 or 15117719. OLE color: 15117719.

HSL color Cylindrical-coordinate representation of color #97ADE6: hue angle of 223.29º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97ADE6 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 173 230 -
CMYK 0.34 0.25 0 0.10
HSL 223.29º 0.61% 0.75% -
HSV(B) 223.29º 0.34% 0.9% -
XYZ 41.99 42.18 80.79 -
YUV 172.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 151 173 230 0.34 0.25 0 0.10 223.29 0.61 0.75
Hex 97 AD E6 22 19 0 A DF 3D 4B
Octal 227 255 346 42 31 0 12 337 75 113
Binary 10010111 10101101 11100110 100010 11001 0 1010 11011111 111101 1001011

Color Harmonies of #97ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ADE6

Black with #97ADE6

Text Example


Text Example

White with #97ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,173,230); }

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

background-color css

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

 a { background-color: rgb(151,173,230); }

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

border-color css

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

 span { border-color: rgb(151,173,230); }

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