Html Css Color HEX #93AEF0 Perano

📋 copy color: '#93AEF0'

red 147 ◦ green 174 ◦ blue 240

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

Shades of Perano #93AEF0

Tints of Perano #93AEF0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.02%

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

R = 26.2%
G = 31.02%
B = 42.78%

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

#93AEF0 (or 0x93AEF0) is known color: Perano. HEX triplet: 93, AE and F0. RGB value is (147,174,240). Sum of RGB (Red+Green+Blue) = 147+174+240=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #93AEF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93AEF0 is #6C510F. Grayscale: #ADADAD. Windows color (decimal): -7098640 or 15773331. OLE color: 15773331.

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

Color convert

RGB 147 174 240 -
CMYK 0.39 0.28 0 0.06
HSL 222.58º 0.76% 0.76% -
HSV(B) 222.58º 0.39% 0.94% -
XYZ 42.9 42.77 88.43 -
YUV 173.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 147 174 240 0.39 0.28 0 0.06 222.58 0.76 0.76
Hex 93 AE F0 27 1C 0 6 DF 4C 4C
Octal 223 256 360 47 34 0 6 337 114 114
Binary 10010011 10101110 11110000 100111 11100 0 110 11011111 1001100 1001100

Color Harmonies of #93AEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AEF0

Black with #93AEF0

Text Example


Text Example

White with #93AEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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