Html Css Color HEX #98ABEC Perano

📋 copy color: '#98ABEC'

red 152 ◦ green 171 ◦ blue 236

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

Shades of Perano #98ABEC

Tints of Perano #98ABEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 27.19%
G = 30.59%
B = 42.22%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98ABEC (or 0x98ABEC) is known color: Perano. HEX triplet: 98, AB and EC. RGB value is (152,171,236). Sum of RGB (Red+Green+Blue) = 152+171+236=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #98ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABEC is #675413. Grayscale: #ACACAC. Windows color (decimal): -6771732 or 15510424. OLE color: 15510424.

HSL color Cylindrical-coordinate representation of color #98ABEC: hue angle of 226.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98ABEC is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 171 236 -
CMYK 0.36 0.28 0 0.07
HSL 226.43º 0.69% 0.76% -
HSV(B) 226.43º 0.36% 0.93% -
XYZ 42.65 41.86 85.19 -
YUV 172.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 152 171 236 0.36 0.28 0 0.07 226.43 0.69 0.76
Hex 98 AB EC 24 1C 0 7 E2 45 4C
Octal 230 253 354 44 34 0 7 342 105 114
Binary 10011000 10101011 11101100 100100 11100 0 111 11100010 1000101 1001100

Color Harmonies of #98ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABEC

Black with #98ABEC

Text Example


Text Example

White with #98ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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