Html Css Color HEX #98BFF1 Sail

📋 copy color: '#98BFF1'

red 152 ◦ green 191 ◦ blue 241

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

Shades of Sail #98BFF1

Tints of Sail #98BFF1

RGB

 RED value IS 152 (59.77% from 255) = 26.03%

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

 BLUE value IS 241 (94.53% from 255) = 41.27%

R = 26.03%
G = 32.71%
B = 41.27%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98BFF1 (or 0x98BFF1) is known color: Sail. HEX triplet: 98, BF and F1. RGB value is (152,191,241). Sum of RGB (Red+Green+Blue) = 152+191+241=584 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.03% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #98BFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BFF1 is #67400E. Grayscale: #B8B8B8. Windows color (decimal): -6766607 or 15843224. OLE color: 15843224.

HSL color Cylindrical-coordinate representation of color #98BFF1: hue angle of 213.71º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98BFF1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 191 241 -
CMYK 0.37 0.21 0 0.05
HSL 213.71º 0.76% 0.77% -
HSV(B) 213.71º 0.37% 0.95% -
XYZ 47.46 50.29 90.42 -
YUV 185.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 152 191 241 0.37 0.21 0 0.05 213.71 0.76 0.77
Hex 98 BF F1 25 15 0 5 D6 4C 4D
Octal 230 277 361 45 25 0 5 326 114 115
Binary 10011000 10111111 11110001 100101 10101 0 101 11010110 1001100 1001101

Color Harmonies of #98BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BFF1

Black with #98BFF1

Text Example


Text Example

White with #98BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98BFF1; }

 p { color: rgb(152,191,241); }

 H1.HeaderClassName
 {
   color: #98BFF1;
 }
 .AnyTagClassName
 {
   color: #98BFF1;
 }
</style>

background-color css

<style>
 a { background-color: #98BFF1; }

 a { background-color: rgb(152,191,241); }

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

border-color css

<style>
 span { border-color: #98BFF1; }

 span { border-color: rgb(152,191,241); }

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