Html Css Color HEX #98ACEA Perano

📋 copy color: '#98ACEA'

red 152 ◦ green 172 ◦ blue 234

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

Shades of Perano #98ACEA

Tints of Perano #98ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.82%

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

R = 27.24%
G = 30.82%
B = 41.94%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98ACEA (or 0x98ACEA) is known color: Perano. HEX triplet: 98, AC and EA. RGB value is (152,172,234). Sum of RGB (Red+Green+Blue) = 152+172+234=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #98ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ACEA is #675315. Grayscale: #ACACAC. Windows color (decimal): -6771478 or 15379608. OLE color: 15379608.

HSL color Cylindrical-coordinate representation of color #98ACEA: hue angle of 225.37º 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 #98ACEA is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 172 234 -
CMYK 0.35 0.26 0 0.08
HSL 225.37º 0.66% 0.76% -
HSV(B) 225.37º 0.35% 0.92% -
XYZ 42.55 42.12 83.73 -
YUV 173.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 152 172 234 0.35 0.26 0 0.08 225.37 0.66 0.76
Hex 98 AC EA 23 1A 0 8 E1 42 4C
Octal 230 254 352 43 32 0 10 341 102 114
Binary 10011000 10101100 11101010 100011 11010 0 1000 11100001 1000010 1001100

Color Harmonies of #98ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ACEA

Black with #98ACEA

Text Example


Text Example

White with #98ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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