Html Css Color HEX #98ADFD Perano

📋 copy color: '#98ADFD'

red 152 ◦ green 173 ◦ blue 253

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

Shades of Perano #98ADFD

Tints of Perano #98ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 26.3%
G = 29.93%
B = 43.77%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98ADFD (or 0x98ADFD) is known color: Perano. HEX triplet: 98, AD and FD. RGB value is (152,173,253). Sum of RGB (Red+Green+Blue) = 152+173+253=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #98ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98ADFD is #675202. Grayscale: #AFAFAF. Windows color (decimal): -6771203 or 16625048. OLE color: 16625048.

HSL color Cylindrical-coordinate representation of color #98ADFD: hue angle of 227.52º degrees, saturation: 0.96, 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 #98ADFD is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 173 253 -
CMYK 0.40 0.32 0 0.01
HSL 227.52º 0.96% 0.79% -
HSV(B) 227.52º 0.4% 0.99% -
XYZ 45.62 43.65 98.95 -
YUV 175.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 152 173 253 0.40 0.32 0 0.01 227.52 0.96 0.79
Hex 98 AD FD 28 20 0 1 E4 60 4F
Octal 230 255 375 50 40 0 1 344 140 117
Binary 10011000 10101101 11111101 101000 100000 0 1 11100100 1100000 1001111

Color Harmonies of #98ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ADFD

Black with #98ADFD

Text Example


Text Example

White with #98ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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