Html Css Color HEX #98ADF1 Perano

📋 copy color: '#98ADF1'

red 152 ◦ green 173 ◦ blue 241

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

Shades of Perano #98ADF1

Tints of Perano #98ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.57%

 BLUE value IS 241 (94.53% from 255) = 42.58%

R = 26.86%
G = 30.57%
B = 42.58%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#98ADF1 (or 0x98ADF1) is known color: Perano. HEX triplet: 98, AD and F1. RGB value is (152,173,241). Sum of RGB (Red+Green+Blue) = 152+173+241=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 173 (67.97% from 255 or 30.57% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #98ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADF1 is #67520E. Grayscale: #AEAEAE. Windows color (decimal): -6771215 or 15838616. OLE color: 15838616.

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

Color convert

RGB 152 173 241 -
CMYK 0.37 0.28 0 0.05
HSL 225.84º 0.76% 0.77% -
HSV(B) 225.84º 0.37% 0.95% -
XYZ 43.77 42.91 89.2 -
YUV 174.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 152 173 241 0.37 0.28 0 0.05 225.84 0.76 0.77
Hex 98 AD F1 25 1C 0 5 E2 4C 4D
Octal 230 255 361 45 34 0 5 342 114 115
Binary 10011000 10101101 11110001 100101 11100 0 101 11100010 1001100 1001101

Color Harmonies of #98ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADF1

Black with #98ADF1

Text Example


Text Example

White with #98ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,173,241); }

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

background-color css

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

 a { background-color: rgb(152,173,241); }

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

border-color css

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

 span { border-color: rgb(152,173,241); }

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