Html Css Color HEX #98AAFD Perano

📋 copy color: '#98AAFD'

red 152 ◦ green 170 ◦ blue 253

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

Shades of Perano #98AAFD

Tints of Perano #98AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.57%

 BLUE value IS 253 (99.22% from 255) = 44%

R = 26.43%
G = 29.57%
B = 44%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98AAFD (or 0x98AAFD) is known color: Perano. HEX triplet: 98, AA and FD. RGB value is (152,170,253). Sum of RGB (Red+Green+Blue) = 152+170+253=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #98AAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAFD is #675502. Grayscale: #ADADAD. Windows color (decimal): -6771971 or 16624280. OLE color: 16624280.

HSL color Cylindrical-coordinate representation of color #98AAFD: hue angle of 229.31º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98AAFD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 170 253 -
CMYK 0.40 0.33 0 0.01
HSL 229.31º 0.96% 0.79% -
HSV(B) 229.31º 0.4% 0.99% -
XYZ 45.05 42.52 98.76 -
YUV 174.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 152 170 253 0.40 0.33 0 0.01 229.31 0.96 0.79
Hex 98 AA FD 28 21 0 1 E5 60 4F
Octal 230 252 375 50 41 0 1 345 140 117
Binary 10011000 10101010 11111101 101000 100001 0 1 11100101 1100000 1001111

Color Harmonies of #98AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AAFD

Black with #98AAFD

Text Example


Text Example

White with #98AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,253); }

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

background-color css

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

 a { background-color: rgb(152,170,253); }

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

border-color css

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

 span { border-color: rgb(152,170,253); }

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