Html Css Color HEX #93B8FA Perano

📋 copy color: '#93B8FA'

red 147 ◦ green 184 ◦ blue 250

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

Shades of Perano #93B8FA

Tints of Perano #93B8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

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

R = 25.3%
G = 31.67%
B = 43.03%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93B8FA (or 0x93B8FA) is known color: Perano. HEX triplet: 93, B8 and FA. RGB value is (147,184,250). Sum of RGB (Red+Green+Blue) = 147+184+250=581 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.30% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #93B8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B8FA is #6C4705. Grayscale: #B4B4B4. Windows color (decimal): -7096070 or 16431251. OLE color: 16431251.

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

Color convert

RGB 147 184 250 -
CMYK 0.41 0.26 0 0.02
HSL 218.45º 0.91% 0.78% -
HSV(B) 218.45º 0.41% 0.98% -
XYZ 46.43 47.39 97.14 -
YUV 180.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 147 184 250 0.41 0.26 0 0.02 218.45 0.91 0.78
Hex 93 B8 FA 29 1A 0 2 DA 5B 4E
Octal 223 270 372 51 32 0 2 332 133 116
Binary 10010011 10111000 11111010 101001 11010 0 10 11011010 1011011 1001110

Color Harmonies of #93B8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B8FA

Black with #93B8FA

Text Example


Text Example

White with #93B8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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