Html Css Color HEX #98AFF9 Perano

📋 copy color: '#98AFF9'

red 152 ◦ green 175 ◦ blue 249

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

Shades of Perano #98AFF9

Tints of Perano #98AFF9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

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

R = 26.39%
G = 30.38%
B = 43.23%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#98AFF9 (or 0x98AFF9) is known color: Perano. HEX triplet: 98, AF and F9. RGB value is (152,175,249). Sum of RGB (Red+Green+Blue) = 152+175+249=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #98AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AFF9 is #675006. Grayscale: #B0B0B0. Windows color (decimal): -6770695 or 16363416. OLE color: 16363416.

HSL color Cylindrical-coordinate representation of color #98AFF9: hue angle of 225.77º 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 #98AFF9 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 175 249 -
CMYK 0.39 0.30 0 0.02
HSL 225.77º 0.89% 0.79% -
HSV(B) 225.77º 0.39% 0.98% -
XYZ 45.38 44.17 95.76 -
YUV 176.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 152 175 249 0.39 0.30 0 0.02 225.77 0.89 0.79
Hex 98 AF F9 27 1E 0 2 E2 59 4F
Octal 230 257 371 47 36 0 2 342 131 117
Binary 10011000 10101111 11111001 100111 11110 0 10 11100010 1011001 1001111

Color Harmonies of #98AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AFF9

Black with #98AFF9

Text Example


Text Example

White with #98AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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