Html Css Color HEX #94B6EC Perano

📋 copy color: '#94B6EC'

red 148 ◦ green 182 ◦ blue 236

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

Shades of Perano #94B6EC

Tints of Perano #94B6EC

RGB

 RED value IS 148 (58.2% from 255) = 26.15%

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 26.15%
G = 32.16%
B = 41.7%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94B6EC (or 0x94B6EC) is known color: Perano. HEX triplet: 94, B6 and EC. RGB value is (148,182,236). Sum of RGB (Red+Green+Blue) = 148+182+236=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #94B6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B6EC is #6B4913. Grayscale: #B1B1B1. Windows color (decimal): -7031060 or 15513236. OLE color: 15513236.

HSL color Cylindrical-coordinate representation of color #94B6EC: hue angle of 216.82º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94B6EC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 182 236 -
CMYK 0.37 0.23 0 0.07
HSL 216.82º 0.7% 0.75% -
HSV(B) 216.82º 0.37% 0.93% -
XYZ 44.08 45.81 85.88 -
YUV 177.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 148 182 236 0.37 0.23 0 0.07 216.82 0.7 0.75
Hex 94 B6 EC 25 17 0 7 D9 46 4B
Octal 224 266 354 45 27 0 7 331 106 113
Binary 10010100 10110110 11101100 100101 10111 0 111 11011001 1000110 1001011

Color Harmonies of #94B6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B6EC

Black with #94B6EC

Text Example


Text Example

White with #94B6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94B6EC; }

 p { color: rgb(148,182,236); }

 H1.HeaderClassName
 {
   color: #94B6EC;
 }
 .AnyTagClassName
 {
   color: #94B6EC;
 }
</style>

background-color css

<style>
 a { background-color: #94B6EC; }

 a { background-color: rgb(148,182,236); }

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

border-color css

<style>
 span { border-color: #94B6EC; }

 span { border-color: rgb(148,182,236); }

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