Html Css Color HEX #93ABFB Perano

📋 copy color: '#93ABFB'

red 147 ◦ green 171 ◦ blue 251

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

Shades of Perano #93ABFB

Tints of Perano #93ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 25.83%
G = 30.05%
B = 44.11%

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

#93ABFB (or 0x93ABFB) is known color: Perano. HEX triplet: 93, AB and FB. RGB value is (147,171,251). Sum of RGB (Red+Green+Blue) = 147+171+251=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #93ABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93ABFB is #6C5404. Grayscale: #ACACAC. Windows color (decimal): -7099397 or 16493459. OLE color: 16493459.

HSL color Cylindrical-coordinate representation of color #93ABFB: hue angle of 226.15º degrees, saturation: 0.93, 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 #93ABFB is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 171 251 -
CMYK 0.41 0.32 0 0.02
HSL 226.15º 0.93% 0.78% -
HSV(B) 226.15º 0.41% 0.98% -
XYZ 44.01 42.29 97.11 -
YUV 172.94 172.05 109.5 -
System Red Green Blue C M Y K H S L
Decimal 147 171 251 0.41 0.32 0 0.02 226.15 0.93 0.78
Hex 93 AB FB 29 20 0 2 E2 5D 4E
Octal 223 253 373 51 40 0 2 342 135 116
Binary 10010011 10101011 11111011 101001 100000 0 10 11100010 1011101 1001110

Color Harmonies of #93ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABFB

Black with #93ABFB

Text Example


Text Example

White with #93ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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