Html Css Color HEX #98AAF3 Perano

📋 copy color: '#98AAF3'

red 152 ◦ green 170 ◦ blue 243

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

Shades of Perano #98AAF3

Tints of Perano #98AAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.01%

R = 26.9%
G = 30.09%
B = 43.01%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98AAF3 (or 0x98AAF3) is known color: Perano. HEX triplet: 98, AA and F3. RGB value is (152,170,243). Sum of RGB (Red+Green+Blue) = 152+170+243=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #98AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AAF3 is #67550C. Grayscale: #ACACAC. Windows color (decimal): -6771981 or 15968920. OLE color: 15968920.

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

Color convert

RGB 152 170 243 -
CMYK 0.37 0.30 0 0.05
HSL 228.13º 0.79% 0.77% -
HSV(B) 228.13º 0.37% 0.95% -
XYZ 43.5 41.9 90.59 -
YUV 172.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 152 170 243 0.37 0.30 0 0.05 228.13 0.79 0.77
Hex 98 AA F3 25 1E 0 5 E4 4F 4D
Octal 230 252 363 45 36 0 5 344 117 115
Binary 10011000 10101010 11110011 100101 11110 0 101 11100100 1001111 1001101

Color Harmonies of #98AAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AAF3

Black with #98AAF3

Text Example


Text Example

White with #98AAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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