Html Css Color HEX #98ABFF Perano

📋 copy color: '#98ABFF'

red 152 ◦ green 171 ◦ blue 255

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

Shades of Perano #98ABFF

Tints of Perano #98ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 26.3%
G = 29.58%
B = 44.12%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98ABFF (or 0x98ABFF) is known color: Perano. HEX triplet: 98, AB and FF. RGB value is (152,171,255). Sum of RGB (Red+Green+Blue) = 152+171+255=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #98ABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ABFF is #675400. Grayscale: #AEAEAE. Windows color (decimal): -6771713 or 16755608. OLE color: 16755608.

HSL color Cylindrical-coordinate representation of color #98ABFF: hue angle of 228.93º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98ABFF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 171 255 -
CMYK 0.40 0.33 0 0
HSL 228.93º 1% 0.8% -
HSV(B) 228.93º 0.4% 1% -
XYZ 45.56 43.02 100.51 -
YUV 174.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 152 171 255 0.40 0.33 0 0 228.93 1 0.8
Hex 98 AB FF 28 21 0 0 E5 64 50
Octal 230 253 377 50 41 0 0 345 144 120
Binary 10011000 10101011 11111111 101000 100001 0 0 11100101 1100100 1010000

Color Harmonies of #98ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABFF

Black with #98ABFF

Text Example


Text Example

White with #98ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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