Html Css Color HEX #97ABFF Perano

📋 copy color: '#97ABFF'

red 151 ◦ green 171 ◦ blue 255

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

Shades of Perano #97ABFF

Tints of Perano #97ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

 BLUE value IS 255 (100% from 255) = 44.19%

R = 26.17%
G = 29.64%
B = 44.19%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#97ABFF (or 0x97ABFF) is known color: Perano. HEX triplet: 97, AB and FF. RGB value is (151,171,255). Sum of RGB (Red+Green+Blue) = 151+171+255=577 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.17% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #97ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97ABFF is #685400. Grayscale: #AEAEAE. Windows color (decimal): -6837249 or 16755607. OLE color: 16755607.

HSL color Cylindrical-coordinate representation of color #97ABFF: hue angle of 228.46º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97ABFF is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 171 255 -
CMYK 0.41 0.33 0 0
HSL 228.46º 1% 0.8% -
HSV(B) 228.46º 0.41% 1% -
XYZ 45.38 42.93 100.5 -
YUV 174.6 173.37 111.17 -
System Red Green Blue C M Y K H S L
Decimal 151 171 255 0.41 0.33 0 0 228.46 1 0.8
Hex 97 AB FF 29 21 0 0 E4 64 50
Octal 227 253 377 51 41 0 0 344 144 120
Binary 10010111 10101011 11111111 101001 100001 0 0 11100100 1100100 1010000

Color Harmonies of #97ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABFF

Black with #97ABFF

Text Example


Text Example

White with #97ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,171,255); }

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

background-color css

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

 a { background-color: rgb(151,171,255); }

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

border-color css

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

 span { border-color: rgb(151,171,255); }

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