Html Css Color HEX #93B6F2 Perano

📋 copy color: '#93B6F2'

red 147 ◦ green 182 ◦ blue 242

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

Shades of Perano #93B6F2

Tints of Perano #93B6F2

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.87%

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 25.74%
G = 31.87%
B = 42.38%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93B6F2 (or 0x93B6F2) is known color: Perano. HEX triplet: 93, B6 and F2. RGB value is (147,182,242). Sum of RGB (Red+Green+Blue) = 147+182+242=571 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.74% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #93B6F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93B6F2 is #6C490D. Grayscale: #B2B2B2. Windows color (decimal): -7096590 or 15906451. OLE color: 15906451.

HSL color Cylindrical-coordinate representation of color #93B6F2: hue angle of 217.89º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93B6F2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 182 242 -
CMYK 0.39 0.25 0 0.05
HSL 217.89º 0.79% 0.76% -
HSV(B) 217.89º 0.39% 0.95% -
XYZ 44.79 46.07 90.54 -
YUV 178.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 147 182 242 0.39 0.25 0 0.05 217.89 0.79 0.76
Hex 93 B6 F2 27 19 0 5 DA 4F 4C
Octal 223 266 362 47 31 0 5 332 117 114
Binary 10010011 10110110 11110010 100111 11001 0 101 11011010 1001111 1001100

Color Harmonies of #93B6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B6F2

Black with #93B6F2

Text Example


Text Example

White with #93B6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,182,242); }

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

background-color css

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

 a { background-color: rgb(147,182,242); }

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

border-color css

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

 span { border-color: rgb(147,182,242); }

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