Html Css Color HEX #93A9F0 Perano

📋 copy color: '#93A9F0'

red 147 ◦ green 169 ◦ blue 240

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

Shades of Perano #93A9F0

Tints of Perano #93A9F0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.4%

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

R = 26.44%
G = 30.4%
B = 43.17%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93A9F0 (or 0x93A9F0) is known color: Perano. HEX triplet: 93, A9 and F0. RGB value is (147,169,240). Sum of RGB (Red+Green+Blue) = 147+169+240=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #93A9F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A9F0 is #6C560F. Grayscale: #AAAAAA. Windows color (decimal): -7099920 or 15772051. OLE color: 15772051.

HSL color Cylindrical-coordinate representation of color #93A9F0: hue angle of 225.81º 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 #93A9F0 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 169 240 -
CMYK 0.39 0.30 0 0.06
HSL 225.81º 0.76% 0.76% -
HSV(B) 225.81º 0.39% 0.94% -
XYZ 41.95 40.87 88.12 -
YUV 170.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 147 169 240 0.39 0.30 0 0.06 225.81 0.76 0.76
Hex 93 A9 F0 27 1E 0 6 E2 4C 4C
Octal 223 251 360 47 36 0 6 342 114 114
Binary 10010011 10101001 11110000 100111 11110 0 110 11100010 1001100 1001100

Color Harmonies of #93A9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A9F0

Black with #93A9F0

Text Example


Text Example

White with #93A9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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