Html Css Color HEX #97ACF0 Perano

📋 copy color: '#97ACF0'

red 151 ◦ green 172 ◦ blue 240

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

Shades of Perano #97ACF0

Tints of Perano #97ACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 26.82%
G = 30.55%
B = 42.63%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#97ACF0 (or 0x97ACF0) is known color: Perano. HEX triplet: 97, AC and F0. RGB value is (151,172,240). Sum of RGB (Red+Green+Blue) = 151+172+240=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #97ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ACF0 is #68530F. Grayscale: #ADADAD. Windows color (decimal): -6837008 or 15772823. OLE color: 15772823.

HSL color Cylindrical-coordinate representation of color #97ACF0: hue angle of 225.84º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97ACF0 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 172 240 -
CMYK 0.37 0.28 0 0.06
HSL 225.84º 0.75% 0.77% -
HSV(B) 225.84º 0.37% 0.94% -
XYZ 43.24 42.38 88.34 -
YUV 173.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 151 172 240 0.37 0.28 0 0.06 225.84 0.75 0.77
Hex 97 AC F0 25 1C 0 6 E2 4B 4D
Octal 227 254 360 45 34 0 6 342 113 115
Binary 10010111 10101100 11110000 100101 11100 0 110 11100010 1001011 1001101

Color Harmonies of #97ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ACF0

Black with #97ACF0

Text Example


Text Example

White with #97ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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