Html Css Color HEX #93ACEA Perano

📋 copy color: '#93ACEA'

red 147 ◦ green 172 ◦ blue 234

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

Shades of Perano #93ACEA

Tints of Perano #93ACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.1%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 26.58%
G = 31.1%
B = 42.31%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93ACEA (or 0x93ACEA) is known color: Perano. HEX triplet: 93, AC and EA. RGB value is (147,172,234). Sum of RGB (Red+Green+Blue) = 147+172+234=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #93ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ACEA is #6C5315. Grayscale: #ABABAB. Windows color (decimal): -7099158 or 15379603. OLE color: 15379603.

HSL color Cylindrical-coordinate representation of color #93ACEA: hue angle of 222.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93ACEA is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 172 234 -
CMYK 0.37 0.26 0 0.08
HSL 222.76º 0.67% 0.75% -
HSV(B) 222.76º 0.37% 0.92% -
XYZ 41.64 41.65 83.69 -
YUV 171.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 147 172 234 0.37 0.26 0 0.08 222.76 0.67 0.75
Hex 93 AC EA 25 1A 0 8 DF 43 4B
Octal 223 254 352 45 32 0 10 337 103 113
Binary 10010011 10101100 11101010 100101 11010 0 1000 11011111 1000011 1001011

Color Harmonies of #93ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ACEA

Black with #93ACEA

Text Example


Text Example

White with #93ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,172,234); }

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

background-color css

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

 a { background-color: rgb(147,172,234); }

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

border-color css

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

 span { border-color: rgb(147,172,234); }

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