Html Css Color HEX #98ABEA Perano

📋 copy color: '#98ABEA'

red 152 ◦ green 171 ◦ blue 234

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

Shades of Perano #98ABEA

Tints of Perano #98ABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.7%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 27.29%
G = 30.7%
B = 42.01%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98ABEA (or 0x98ABEA) is known color: Perano. HEX triplet: 98, AB and EA. RGB value is (152,171,234). Sum of RGB (Red+Green+Blue) = 152+171+234=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #98ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABEA is #675415. Grayscale: #ACACAC. Windows color (decimal): -6771734 or 15379352. OLE color: 15379352.

HSL color Cylindrical-coordinate representation of color #98ABEA: hue angle of 226.1º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98ABEA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 171 234 -
CMYK 0.35 0.27 0 0.08
HSL 226.1º 0.66% 0.76% -
HSV(B) 226.1º 0.35% 0.92% -
XYZ 42.36 41.74 83.67 -
YUV 172.5 162.71 113.38 -
System Red Green Blue C M Y K H S L
Decimal 152 171 234 0.35 0.27 0 0.08 226.1 0.66 0.76
Hex 98 AB EA 23 1B 0 8 E2 42 4C
Octal 230 253 352 43 33 0 10 342 102 114
Binary 10011000 10101011 11101010 100011 11011 0 1000 11100010 1000010 1001100

Color Harmonies of #98ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABEA

Black with #98ABEA

Text Example


Text Example

White with #98ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,171,234); }

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

background-color css

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

 a { background-color: rgb(152,171,234); }

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

border-color css

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

 span { border-color: rgb(152,171,234); }

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