Html Css Color HEX #93AAFA Perano

📋 copy color: '#93AAFA'

red 147 ◦ green 170 ◦ blue 250

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

Shades of Perano #93AAFA

Tints of Perano #93AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.98%

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 25.93%
G = 29.98%
B = 44.09%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93AAFA (or 0x93AAFA) is known color: Perano. HEX triplet: 93, AA and FA. RGB value is (147,170,250). Sum of RGB (Red+Green+Blue) = 147+170+250=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #93AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AAFA is #6C5505. Grayscale: #ABABAB. Windows color (decimal): -7099654 or 16427667. OLE color: 16427667.

HSL color Cylindrical-coordinate representation of color #93AAFA: hue angle of 226.6º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93AAFA is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 170 250 -
CMYK 0.41 0.32 0 0.02
HSL 226.6º 0.91% 0.78% -
HSV(B) 226.6º 0.41% 0.98% -
XYZ 43.66 41.85 96.22 -
YUV 172.24 171.88 110 -
System Red Green Blue C M Y K H S L
Decimal 147 170 250 0.41 0.32 0 0.02 226.6 0.91 0.78
Hex 93 AA FA 29 20 0 2 E3 5B 4E
Octal 223 252 372 51 40 0 2 343 133 116
Binary 10010011 10101010 11111010 101001 100000 0 10 11100011 1011011 1001110

Color Harmonies of #93AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAFA

Black with #93AAFA

Text Example


Text Example

White with #93AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,250); }

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

background-color css

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

 a { background-color: rgb(147,170,250); }

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

border-color css

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

 span { border-color: rgb(147,170,250); }

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