Html Css Color HEX #98AAF0 Perano

📋 copy color: '#98AAF0'

red 152 ◦ green 170 ◦ blue 240

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

Shades of Perano #98AAF0

Tints of Perano #98AAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 27.05%
G = 30.25%
B = 42.7%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98AAF0 (or 0x98AAF0) is known color: Perano. HEX triplet: 98, AA and F0. RGB value is (152,170,240). Sum of RGB (Red+Green+Blue) = 152+170+240=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #98AAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAF0 is #67550F. Grayscale: #ACACAC. Windows color (decimal): -6771984 or 15772312. OLE color: 15772312.

HSL color Cylindrical-coordinate representation of color #98AAF0: hue angle of 227.73º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98AAF0 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 170 240 -
CMYK 0.37 0.29 0 0.06
HSL 227.73º 0.75% 0.77% -
HSV(B) 227.73º 0.37% 0.94% -
XYZ 43.05 41.72 88.22 -
YUV 172.6 166.04 113.31 -
System Red Green Blue C M Y K H S L
Decimal 152 170 240 0.37 0.29 0 0.06 227.73 0.75 0.77
Hex 98 AA F0 25 1D 0 6 E4 4B 4D
Octal 230 252 360 45 35 0 6 344 113 115
Binary 10011000 10101010 11110000 100101 11101 0 110 11100100 1001011 1001101

Color Harmonies of #98AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AAF0

Black with #98AAF0

Text Example


Text Example

White with #98AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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