Html Css Color HEX #93ABFE Perano

📋 copy color: '#93ABFE'

red 147 ◦ green 171 ◦ blue 254

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

Shades of Perano #93ABFE

Tints of Perano #93ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 25.7%
G = 29.9%
B = 44.41%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93ABFE (or 0x93ABFE) is known color: Perano. HEX triplet: 93, AB and FE. RGB value is (147,171,254). Sum of RGB (Red+Green+Blue) = 147+171+254=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #93ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABFE is #6C5401. Grayscale: #ACACAC. Windows color (decimal): -7099394 or 16690067. OLE color: 16690067.

HSL color Cylindrical-coordinate representation of color #93ABFE: hue angle of 226.54º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93ABFE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 147 171 254 -
CMYK 0.42 0.33 0 0.00
HSL 226.54º 0.98% 0.79% -
HSV(B) 226.54º 0.42% 1% -
XYZ 44.48 42.48 99.62 -
YUV 173.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 147 171 254 0.42 0.33 0 0.00 226.54 0.98 0.79
Hex 93 AB FE 2A 21 0 0 E3 62 4F
Octal 223 253 376 52 41 0 0 343 142 117
Binary 10010011 10101011 11111110 101010 100001 0 0 11100011 1100010 1001111

Color Harmonies of #93ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABFE

Black with #93ABFE

Text Example


Text Example

White with #93ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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