Html Css Color HEX #93ADFC Perano

📋 copy color: '#93ADFC'

red 147 ◦ green 173 ◦ blue 252

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

Shades of Perano #93ADFC

Tints of Perano #93ADFC

RGB

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

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

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

R = 25.7%
G = 30.24%
B = 44.06%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#93ADFC (or 0x93ADFC) is known color: Perano. HEX triplet: 93, AD and FC. RGB value is (147,173,252). Sum of RGB (Red+Green+Blue) = 147+173+252=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #93ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADFC is #6C5203. Grayscale: #ADADAD. Windows color (decimal): -7098884 or 16559507. OLE color: 16559507.

HSL color Cylindrical-coordinate representation of color #93ADFC: hue angle of 225.14º degrees, saturation: 0.95, 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 #93ADFC is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 173 252 -
CMYK 0.42 0.31 0 0.01
HSL 225.14º 0.95% 0.78% -
HSV(B) 225.14º 0.42% 0.99% -
XYZ 44.55 43.12 98.07 -
YUV 174.23 171.89 108.58 -
System Red Green Blue C M Y K H S L
Decimal 147 173 252 0.42 0.31 0 0.01 225.14 0.95 0.78
Hex 93 AD FC 2A 1F 0 1 E1 5F 4E
Octal 223 255 374 52 37 0 1 341 137 116
Binary 10010011 10101101 11111100 101010 11111 0 1 11100001 1011111 1001110

Color Harmonies of #93ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADFC

Black with #93ADFC

Text Example


Text Example

White with #93ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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