Html Css Color HEX #93ADFD Perano

📋 copy color: '#93ADFD'

red 147 ◦ green 173 ◦ blue 253

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

Shades of Perano #93ADFD

Tints of Perano #93ADFD

RGB

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

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

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

R = 25.65%
G = 30.19%
B = 44.15%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93ADFD (or 0x93ADFD) is known color: Perano. HEX triplet: 93, AD and FD. RGB value is (147,173,253). Sum of RGB (Red+Green+Blue) = 147+173+253=573 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.65% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #93ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADFD is #6C5202. Grayscale: #AEAEAE. Windows color (decimal): -7098883 or 16625043. OLE color: 16625043.

HSL color Cylindrical-coordinate representation of color #93ADFD: hue angle of 225.28º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93ADFD is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 173 253 -
CMYK 0.42 0.32 0 0.01
HSL 225.28º 0.96% 0.78% -
HSV(B) 225.28º 0.42% 0.99% -
XYZ 44.71 43.18 98.91 -
YUV 174.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 147 173 253 0.42 0.32 0 0.01 225.28 0.96 0.78
Hex 93 AD FD 2A 20 0 1 E1 60 4E
Octal 223 255 375 52 40 0 1 341 140 116
Binary 10010011 10101101 11111101 101010 100000 0 1 11100001 1100000 1001110

Color Harmonies of #93ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADFD

Black with #93ADFD

Text Example


Text Example

White with #93ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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