Html Css Color HEX #93ADF7 Perano

📋 copy color: '#93ADF7'

red 147 ◦ green 173 ◦ blue 247

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

Shades of Perano #93ADF7

Tints of Perano #93ADF7

RGB

 RED value IS 147 (57.81% from 255) = 25.93%

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

 BLUE value IS 247 (96.88% from 255) = 43.56%

R = 25.93%
G = 30.51%
B = 43.56%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93ADF7 (or 0x93ADF7) is known color: Perano. HEX triplet: 93, AD and F7. RGB value is (147,173,247). Sum of RGB (Red+Green+Blue) = 147+173+247=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #93ADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADF7 is #6C5208. Grayscale: #ADADAD. Windows color (decimal): -7098889 or 16231827. OLE color: 16231827.

HSL color Cylindrical-coordinate representation of color #93ADF7: hue angle of 224.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93ADF7 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 173 247 -
CMYK 0.40 0.30 0 0.03
HSL 224.4º 0.86% 0.77% -
HSV(B) 224.4º 0.4% 0.97% -
XYZ 43.76 42.81 93.95 -
YUV 173.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 147 173 247 0.40 0.30 0 0.03 224.4 0.86 0.77
Hex 93 AD F7 28 1E 0 3 E0 56 4D
Octal 223 255 367 50 36 0 3 340 126 115
Binary 10010011 10101101 11110111 101000 11110 0 11 11100000 1010110 1001101

Color Harmonies of #93ADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADF7

Black with #93ADF7

Text Example


Text Example

White with #93ADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93ADF7; }

 p { color: rgb(147,173,247); }

 H1.HeaderClassName
 {
   color: #93ADF7;
 }
 .AnyTagClassName
 {
   color: #93ADF7;
 }
</style>

background-color css

<style>
 a { background-color: #93ADF7; }

 a { background-color: rgb(147,173,247); }

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

border-color css

<style>
 span { border-color: #93ADF7; }

 span { border-color: rgb(147,173,247); }

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