Html Css Color HEX #93ABEB Perano

📋 copy color: '#93ABEB'

red 147 ◦ green 171 ◦ blue 235

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

Shades of Perano #93ABEB

Tints of Perano #93ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 26.58%
G = 30.92%
B = 42.5%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93ABEB (or 0x93ABEB) is known color: Perano. HEX triplet: 93, AB and EB. RGB value is (147,171,235). Sum of RGB (Red+Green+Blue) = 147+171+235=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #93ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABEB is #6C5414. Grayscale: #AAAAAA. Windows color (decimal): -7099413 or 15444883. OLE color: 15444883.

HSL color Cylindrical-coordinate representation of color #93ABEB: hue angle of 223.64º degrees, saturation: 0.69, 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 #93ABEB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 171 235 -
CMYK 0.37 0.27 0 0.08
HSL 223.64º 0.69% 0.75% -
HSV(B) 223.64º 0.37% 0.92% -
XYZ 41.59 41.33 84.38 -
YUV 171.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 147 171 235 0.37 0.27 0 0.08 223.64 0.69 0.75
Hex 93 AB EB 25 1B 0 8 E0 45 4B
Octal 223 253 353 45 33 0 10 340 105 113
Binary 10010011 10101011 11101011 100101 11011 0 1000 11100000 1000101 1001011

Color Harmonies of #93ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABEB

Black with #93ABEB

Text Example


Text Example

White with #93ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,171,235); }

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

background-color css

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

 a { background-color: rgb(147,171,235); }

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

border-color css

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

 span { border-color: rgb(147,171,235); }

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