Html Css Color HEX #93B2EE Perano

📋 copy color: '#93B2EE'

red 147 ◦ green 178 ◦ blue 238

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

Shades of Perano #93B2EE

Tints of Perano #93B2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.62%

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 26.11%
G = 31.62%
B = 42.27%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93B2EE (or 0x93B2EE) is known color: Perano. HEX triplet: 93, B2 and EE. RGB value is (147,178,238). Sum of RGB (Red+Green+Blue) = 147+178+238=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #93B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93B2EE is #6C4D11. Grayscale: #AFAFAF. Windows color (decimal): -7097618 or 15643283. OLE color: 15643283.

HSL color Cylindrical-coordinate representation of color #93B2EE: hue angle of 219.56º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93B2EE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 178 238 -
CMYK 0.38 0.25 0 0.07
HSL 219.56º 0.73% 0.75% -
HSV(B) 219.56º 0.38% 0.93% -
XYZ 43.39 44.22 87.14 -
YUV 175.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 147 178 238 0.38 0.25 0 0.07 219.56 0.73 0.75
Hex 93 B2 EE 26 19 0 7 DC 49 4B
Octal 223 262 356 46 31 0 7 334 111 113
Binary 10010011 10110010 11101110 100110 11001 0 111 11011100 1001001 1001011

Color Harmonies of #93B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B2EE

Black with #93B2EE

Text Example


Text Example

White with #93B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,178,238); }

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

background-color css

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

 a { background-color: rgb(147,178,238); }

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

border-color css

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

 span { border-color: rgb(147,178,238); }

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