Html Css Color HEX #93ADF0 Perano

📋 copy color: '#93ADF0'

red 147 ◦ green 173 ◦ blue 240

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

Shades of Perano #93ADF0

Tints of Perano #93ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 26.25%
G = 30.89%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93ADF0 (or 0x93ADF0) is known color: Perano. HEX triplet: 93, AD and F0. RGB value is (147,173,240). Sum of RGB (Red+Green+Blue) = 147+173+240=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #93ADF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ADF0 is #6C520F. Grayscale: #ACACAC. Windows color (decimal): -7098896 or 15773075. OLE color: 15773075.

HSL color Cylindrical-coordinate representation of color #93ADF0: hue angle of 223.23º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93ADF0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 173 240 -
CMYK 0.39 0.28 0 0.06
HSL 223.23º 0.76% 0.76% -
HSV(B) 223.23º 0.39% 0.94% -
XYZ 42.7 42.38 88.37 -
YUV 172.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 147 173 240 0.39 0.28 0 0.06 223.23 0.76 0.76
Hex 93 AD F0 27 1C 0 6 DF 4C 4C
Octal 223 255 360 47 34 0 6 337 114 114
Binary 10010011 10101101 11110000 100111 11100 0 110 11011111 1001100 1001100

Color Harmonies of #93ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ADF0

Black with #93ADF0

Text Example


Text Example

White with #93ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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