Html Css Color HEX #98AEEA Perano

📋 copy color: '#98AEEA'

red 152 ◦ green 174 ◦ blue 234

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

Shades of Perano #98AEEA

Tints of Perano #98AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.07%

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

R = 27.14%
G = 31.07%
B = 41.79%

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

#98AEEA (or 0x98AEEA) is known color: Perano. HEX triplet: 98, AE and EA. RGB value is (152,174,234). Sum of RGB (Red+Green+Blue) = 152+174+234=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #98AEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98AEEA is #675115. Grayscale: #AEAEAE. Windows color (decimal): -6770966 or 15380120. OLE color: 15380120.

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

Color convert

RGB 152 174 234 -
CMYK 0.35 0.26 0 0.08
HSL 223.9º 0.66% 0.76% -
HSV(B) 223.9º 0.35% 0.92% -
XYZ 42.94 42.89 83.86 -
YUV 174.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 152 174 234 0.35 0.26 0 0.08 223.9 0.66 0.76
Hex 98 AE EA 23 1A 0 8 E0 42 4C
Octal 230 256 352 43 32 0 10 340 102 114
Binary 10011000 10101110 11101010 100011 11010 0 1000 11100000 1000010 1001100

Color Harmonies of #98AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AEEA

Black with #98AEEA

Text Example


Text Example

White with #98AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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