Html Css Color HEX #93B5EA Perano

📋 copy color: '#93B5EA'

red 147 ◦ green 181 ◦ blue 234

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

Shades of Perano #93B5EA

Tints of Perano #93B5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 26.16%
G = 32.21%
B = 41.64%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93B5EA (or 0x93B5EA) is known color: Perano. HEX triplet: 93, B5 and EA. RGB value is (147,181,234). Sum of RGB (Red+Green+Blue) = 147+181+234=562 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.16% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #93B5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B5EA is #6C4A15. Grayscale: #B0B0B0. Windows color (decimal): -7096854 or 15381907. OLE color: 15381907.

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

Color convert

RGB 147 181 234 -
CMYK 0.37 0.23 0 0.08
HSL 216.55º 0.67% 0.75% -
HSV(B) 216.55º 0.37% 0.92% -
XYZ 43.41 45.19 84.28 -
YUV 176.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 147 181 234 0.37 0.23 0 0.08 216.55 0.67 0.75
Hex 93 B5 EA 25 17 0 8 D9 43 4B
Octal 223 265 352 45 27 0 10 331 103 113
Binary 10010011 10110101 11101010 100101 10111 0 1000 11011001 1000011 1001011

Color Harmonies of #93B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B5EA

Black with #93B5EA

Text Example


Text Example

White with #93B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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