Html Css Color HEX #97B1F5 Perano

📋 copy color: '#97B1F5'

red 151 ◦ green 177 ◦ blue 245

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

Shades of Perano #97B1F5

Tints of Perano #97B1F5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.89%

 BLUE value IS 245 (96.09% from 255) = 42.76%

R = 26.35%
G = 30.89%
B = 42.76%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#97B1F5 (or 0x97B1F5) is known color: Perano. HEX triplet: 97, B1 and F5. RGB value is (151,177,245). Sum of RGB (Red+Green+Blue) = 151+177+245=573 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.35% from 573); Green value is 177 (69.53% from 255 or 30.89% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #97B1F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #97B1F5 is #684E0A. Grayscale: #B0B0B0. Windows color (decimal): -6835723 or 16101783. OLE color: 16101783.

HSL color Cylindrical-coordinate representation of color #97B1F5: hue angle of 223.4º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #97B1F5 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 177 245 -
CMYK 0.38 0.28 0 0.04
HSL 223.4º 0.82% 0.78% -
HSV(B) 223.4º 0.38% 0.96% -
XYZ 44.97 44.62 92.63 -
YUV 176.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 151 177 245 0.38 0.28 0 0.04 223.4 0.82 0.78
Hex 97 B1 F5 26 1C 0 4 DF 52 4E
Octal 227 261 365 46 34 0 4 337 122 116
Binary 10010111 10110001 11110101 100110 11100 0 100 11011111 1010010 1001110

Color Harmonies of #97B1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B1F5

Black with #97B1F5

Text Example


Text Example

White with #97B1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,177,245); }

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

background-color css

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

 a { background-color: rgb(151,177,245); }

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

border-color css

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

 span { border-color: rgb(151,177,245); }

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