Html Css Color HEX #97BFF5 Sail

📋 copy color: '#97BFF5'

red 151 ◦ green 191 ◦ blue 245

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

Shades of Sail #97BFF5

Tints of Sail #97BFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 32.54%

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

R = 25.72%
G = 32.54%
B = 41.74%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#97BFF5 (or 0x97BFF5) is known color: Sail. HEX triplet: 97, BF and F5. RGB value is (151,191,245). Sum of RGB (Red+Green+Blue) = 151+191+245=587 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.72% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 245 (96.09% from 255 or 41.74% from 587); Max value from RGB is 245 - color contains mainly: blue. Hex color #97BFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97BFF5 is #68400A. Grayscale: #B8B8B8. Windows color (decimal): -6832139 or 16105367. OLE color: 16105367.

HSL color Cylindrical-coordinate representation of color #97BFF5: hue angle of 214.47º 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 #97BFF5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 191 245 -
CMYK 0.38 0.22 0 0.04
HSL 214.47º 0.82% 0.78% -
HSV(B) 214.47º 0.38% 0.96% -
XYZ 47.87 50.43 93.6 -
YUV 185.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 151 191 245 0.38 0.22 0 0.04 214.47 0.82 0.78
Hex 97 BF F5 26 16 0 4 D6 52 4E
Octal 227 277 365 46 26 0 4 326 122 116
Binary 10010111 10111111 11110101 100110 10110 0 100 11010110 1010010 1001110

Color Harmonies of #97BFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BFF5

Black with #97BFF5

Text Example


Text Example

White with #97BFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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