Html Css Color HEX #98ADE5 Perano

📋 copy color: '#98ADE5'

red 152 ◦ green 173 ◦ blue 229

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

Shades of Perano #98ADE5

Tints of Perano #98ADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.34%

R = 27.44%
G = 31.23%
B = 41.34%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#98ADE5 (or 0x98ADE5) is known color: Perano. HEX triplet: 98, AD and E5. RGB value is (152,173,229). Sum of RGB (Red+Green+Blue) = 152+173+229=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #98ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ADE5 is #67521A. Grayscale: #ACACAC. Windows color (decimal): -6771227 or 15052184. OLE color: 15052184.

HSL color Cylindrical-coordinate representation of color #98ADE5: hue angle of 223.64º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98ADE5 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 173 229 -
CMYK 0.34 0.24 0 0.10
HSL 223.64º 0.6% 0.75% -
HSV(B) 223.64º 0.34% 0.9% -
XYZ 42.04 42.22 80.06 -
YUV 173.11 159.54 112.95 -
System Red Green Blue C M Y K H S L
Decimal 152 173 229 0.34 0.24 0 0.10 223.64 0.6 0.75
Hex 98 AD E5 22 18 0 A E0 3C 4B
Octal 230 255 345 42 30 0 12 340 74 113
Binary 10011000 10101101 11100101 100010 11000 0 1010 11100000 111100 1001011

Color Harmonies of #98ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADE5

Black with #98ADE5

Text Example


Text Example

White with #98ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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