Html Css Color HEX #98ADFC Perano

📋 copy color: '#98ADFC'

red 152 ◦ green 173 ◦ blue 252

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

Shades of Perano #98ADFC

Tints of Perano #98ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.98%

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 26.34%
G = 29.98%
B = 43.67%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98ADFC (or 0x98ADFC) is known color: Perano. HEX triplet: 98, AD and FC. RGB value is (152,173,252). Sum of RGB (Red+Green+Blue) = 152+173+252=577 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.34% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #98ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADFC is #675203. Grayscale: #AFAFAF. Windows color (decimal): -6771204 or 16559512. OLE color: 16559512.

HSL color Cylindrical-coordinate representation of color #98ADFC: hue angle of 227.4º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98ADFC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 173 252 -
CMYK 0.40 0.31 0 0.01
HSL 227.4º 0.94% 0.79% -
HSV(B) 227.4º 0.4% 0.99% -
XYZ 45.46 43.59 98.11 -
YUV 175.73 171.04 111.08 -
System Red Green Blue C M Y K H S L
Decimal 152 173 252 0.40 0.31 0 0.01 227.4 0.94 0.79
Hex 98 AD FC 28 1F 0 1 E3 5E 4F
Octal 230 255 374 50 37 0 1 343 136 117
Binary 10011000 10101101 11111100 101000 11111 0 1 11100011 1011110 1001111

Color Harmonies of #98ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADFC

Black with #98ADFC

Text Example


Text Example

White with #98ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,173,252); }

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

background-color css

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

 a { background-color: rgb(152,173,252); }

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

border-color css

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

 span { border-color: rgb(152,173,252); }

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