Html Css Color HEX #97ACF9 Perano

📋 copy color: '#97ACF9'

red 151 ◦ green 172 ◦ blue 249

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

Shades of Perano #97ACF9

Tints of Perano #97ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

 BLUE value IS 249 (97.66% from 255) = 43.53%

R = 26.4%
G = 30.07%
B = 43.53%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97ACF9 (or 0x97ACF9) is known color: Perano. HEX triplet: 97, AC and F9. RGB value is (151,172,249). Sum of RGB (Red+Green+Blue) = 151+172+249=572 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.40% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #97ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACF9 is #685306. Grayscale: #AEAEAE. Windows color (decimal): -6836999 or 16362647. OLE color: 16362647.

HSL color Cylindrical-coordinate representation of color #97ACF9: hue angle of 227.14º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97ACF9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 172 249 -
CMYK 0.39 0.31 0 0.02
HSL 227.14º 0.89% 0.78% -
HSV(B) 227.14º 0.39% 0.98% -
XYZ 44.61 42.92 95.56 -
YUV 174.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 151 172 249 0.39 0.31 0 0.02 227.14 0.89 0.78
Hex 97 AC F9 27 1F 0 2 E3 59 4E
Octal 227 254 371 47 37 0 2 343 131 116
Binary 10010111 10101100 11111001 100111 11111 0 10 11100011 1011001 1001110

Color Harmonies of #97ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ACF9

Black with #97ACF9

Text Example


Text Example

White with #97ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,172,249); }

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

background-color css

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

 a { background-color: rgb(151,172,249); }

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

border-color css

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

 span { border-color: rgb(151,172,249); }

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