Html Css Color HEX #97C1F5 Sail

📋 copy color: '#97C1F5'

red 151 ◦ green 193 ◦ blue 245

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

Shades of Sail #97C1F5

Tints of Sail #97C1F5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.77%

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

R = 25.64%
G = 32.77%
B = 41.6%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#97C1F5 (or 0x97C1F5) is known color: Sail. HEX triplet: 97, C1 and F5. RGB value is (151,193,245). Sum of RGB (Red+Green+Blue) = 151+193+245=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #97C1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97C1F5 is #683E0A. Grayscale: #BABABA. Windows color (decimal): -6831627 or 16105879. OLE color: 16105879.

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

Color convert

RGB 151 193 245 -
CMYK 0.38 0.21 0 0.04
HSL 213.19º 0.82% 0.78% -
HSV(B) 213.19º 0.38% 0.96% -
XYZ 48.31 51.31 93.74 -
YUV 186.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 151 193 245 0.38 0.21 0 0.04 213.19 0.82 0.78
Hex 97 C1 F5 26 15 0 4 D5 52 4E
Octal 227 301 365 46 25 0 4 325 122 116
Binary 10010111 11000001 11110101 100110 10101 0 100 11010101 1010010 1001110

Color Harmonies of #97C1F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C1F5

Black with #97C1F5

Text Example


Text Example

White with #97C1F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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