Html Css Color HEX #98BEF1 Sail

📋 copy color: '#98BEF1'

red 152 ◦ green 190 ◦ blue 241

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

Shades of Sail #98BEF1

Tints of Sail #98BEF1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.59%

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

R = 26.07%
G = 32.59%
B = 41.34%

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

#98BEF1 (or 0x98BEF1) is known color: Sail. HEX triplet: 98, BE and F1. RGB value is (152,190,241). Sum of RGB (Red+Green+Blue) = 152+190+241=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 241 (94.53% from 255 or 41.34% from 583); Max value from RGB is 241 - color contains mainly: blue. Hex color #98BEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BEF1 is #67410E. Grayscale: #B8B8B8. Windows color (decimal): -6766863 or 15842968. OLE color: 15842968.

HSL color Cylindrical-coordinate representation of color #98BEF1: hue angle of 214.38º 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 #98BEF1 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 190 241 -
CMYK 0.37 0.21 0 0.05
HSL 214.38º 0.76% 0.77% -
HSV(B) 214.38º 0.37% 0.95% -
XYZ 47.24 49.85 90.35 -
YUV 184.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 152 190 241 0.37 0.21 0 0.05 214.38 0.76 0.77
Hex 98 BE F1 25 15 0 5 D6 4C 4D
Octal 230 276 361 45 25 0 5 326 114 115
Binary 10011000 10111110 11110001 100101 10101 0 101 11010110 1001100 1001101

Color Harmonies of #98BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BEF1

Black with #98BEF1

Text Example


Text Example

White with #98BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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