Html Css Color HEX #93B3EF Perano

📋 copy color: '#93B3EF'

red 147 ◦ green 179 ◦ blue 239

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

Shades of Perano #93B3EF

Tints of Perano #93B3EF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.68%

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 26.02%
G = 31.68%
B = 42.3%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93B3EF (or 0x93B3EF) is known color: Perano. HEX triplet: 93, B3 and EF. RGB value is (147,179,239). Sum of RGB (Red+Green+Blue) = 147+179+239=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #93B3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B3EF is #6C4C10. Grayscale: #B0B0B0. Windows color (decimal): -7097361 or 15709075. OLE color: 15709075.

HSL color Cylindrical-coordinate representation of color #93B3EF: hue angle of 219.13º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B3EF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 179 239 -
CMYK 0.38 0.25 0 0.06
HSL 219.13º 0.74% 0.76% -
HSV(B) 219.13º 0.38% 0.94% -
XYZ 43.73 44.68 87.98 -
YUV 176.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 147 179 239 0.38 0.25 0 0.06 219.13 0.74 0.76
Hex 93 B3 EF 26 19 0 6 DB 4A 4C
Octal 223 263 357 46 31 0 6 333 112 114
Binary 10010011 10110011 11101111 100110 11001 0 110 11011011 1001010 1001100

Color Harmonies of #93B3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B3EF

Black with #93B3EF

Text Example


Text Example

White with #93B3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,179,239); }

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

background-color css

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

 a { background-color: rgb(147,179,239); }

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

border-color css

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

 span { border-color: rgb(147,179,239); }

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