Html Css Color HEX #98ABF9 Perano

📋 copy color: '#98ABF9'

red 152 ◦ green 171 ◦ blue 249

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

Shades of Perano #98ABF9

Tints of Perano #98ABF9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.9%

 BLUE value IS 249 (97.66% from 255) = 43.53%

R = 26.57%
G = 29.9%
B = 43.53%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#98ABF9 (or 0x98ABF9) is known color: Perano. HEX triplet: 98, AB and F9. RGB value is (152,171,249). Sum of RGB (Red+Green+Blue) = 152+171+249=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #98ABF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABF9 is #675406. Grayscale: #ADADAD. Windows color (decimal): -6771719 or 16362392. OLE color: 16362392.

HSL color Cylindrical-coordinate representation of color #98ABF9: hue angle of 228.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98ABF9 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 171 249 -
CMYK 0.39 0.31 0 0.02
HSL 228.25º 0.89% 0.79% -
HSV(B) 228.25º 0.39% 0.98% -
XYZ 44.61 42.64 95.5 -
YUV 174.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 152 171 249 0.39 0.31 0 0.02 228.25 0.89 0.79
Hex 98 AB F9 27 1F 0 2 E4 59 4F
Octal 230 253 371 47 37 0 2 344 131 117
Binary 10011000 10101011 11111001 100111 11111 0 10 11100100 1011001 1001111

Color Harmonies of #98ABF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABF9

Black with #98ABF9

Text Example


Text Example

White with #98ABF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,249); }

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

background-color css

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

 a { background-color: rgb(152,171,249); }

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

border-color css

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

 span { border-color: rgb(152,171,249); }

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