Html Css Color HEX #97AFF8 Perano

📋 copy color: '#97AFF8'

red 151 ◦ green 175 ◦ blue 248

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

Shades of Perano #97AFF8

Tints of Perano #97AFF8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.49%

 BLUE value IS 248 (97.27% from 255) = 43.21%

R = 26.31%
G = 30.49%
B = 43.21%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#97AFF8 (or 0x97AFF8) is known color: Perano. HEX triplet: 97, AF and F8. RGB value is (151,175,248). Sum of RGB (Red+Green+Blue) = 151+175+248=574 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.31% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #97AFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97AFF8 is #685007. Grayscale: #AFAFAF. Windows color (decimal): -6836232 or 16297879. OLE color: 16297879.

HSL color Cylindrical-coordinate representation of color #97AFF8: hue angle of 225.15º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97AFF8 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 175 248 -
CMYK 0.39 0.29 0 0.03
HSL 225.15º 0.87% 0.78% -
HSV(B) 225.15º 0.39% 0.97% -
XYZ 45.04 44.02 94.93 -
YUV 176.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 151 175 248 0.39 0.29 0 0.03 225.15 0.87 0.78
Hex 97 AF F8 27 1D 0 3 E1 57 4E
Octal 227 257 370 47 35 0 3 341 127 116
Binary 10010111 10101111 11111000 100111 11101 0 11 11100001 1010111 1001110

Color Harmonies of #97AFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AFF8

Black with #97AFF8

Text Example


Text Example

White with #97AFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,175,248); }

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

background-color css

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

 a { background-color: rgb(151,175,248); }

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

border-color css

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

 span { border-color: rgb(151,175,248); }

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