Html Css Color HEX #93B5FA Perano

📋 copy color: '#93B5FA'

red 147 ◦ green 181 ◦ blue 250

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

Shades of Perano #93B5FA

Tints of Perano #93B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.31%

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 25.43%
G = 31.31%
B = 43.25%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93B5FA (or 0x93B5FA) is known color: Perano. HEX triplet: 93, B5 and FA. RGB value is (147,181,250). Sum of RGB (Red+Green+Blue) = 147+181+250=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #93B5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B5FA is #6C4A05. Grayscale: #B2B2B2. Windows color (decimal): -7096838 or 16430483. OLE color: 16430483.

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

Color convert

RGB 147 181 250 -
CMYK 0.41 0.28 0 0.02
HSL 220.19º 0.91% 0.78% -
HSV(B) 220.19º 0.41% 0.98% -
XYZ 45.81 46.15 96.94 -
YUV 178.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 147 181 250 0.41 0.28 0 0.02 220.19 0.91 0.78
Hex 93 B5 FA 29 1C 0 2 DC 5B 4E
Octal 223 265 372 51 34 0 2 334 133 116
Binary 10010011 10110101 11111010 101001 11100 0 10 11011100 1011011 1001110

Color Harmonies of #93B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5FA

Black with #93B5FA

Text Example


Text Example

White with #93B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,181,250); }

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

background-color css

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

 a { background-color: rgb(147,181,250); }

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

border-color css

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

 span { border-color: rgb(147,181,250); }

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