Html Css Color HEX #94B5EC Perano

📋 copy color: '#94B5EC'

red 148 ◦ green 181 ◦ blue 236

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

Shades of Perano #94B5EC

Tints of Perano #94B5EC

RGB

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

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

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

R = 26.19%
G = 32.04%
B = 41.77%

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

#94B5EC (or 0x94B5EC) is known color: Perano. HEX triplet: 94, B5 and EC. RGB value is (148,181,236). Sum of RGB (Red+Green+Blue) = 148+181+236=565 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.19% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #94B5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94B5EC is #6B4A13. Grayscale: #B1B1B1. Windows color (decimal): -7031316 or 15512980. OLE color: 15512980.

HSL color Cylindrical-coordinate representation of color #94B5EC: hue angle of 217.5º 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 #94B5EC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 181 236 -
CMYK 0.37 0.23 0 0.07
HSL 217.5º 0.7% 0.75% -
HSV(B) 217.5º 0.37% 0.93% -
XYZ 43.88 45.4 85.81 -
YUV 177.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 148 181 236 0.37 0.23 0 0.07 217.5 0.7 0.75
Hex 94 B5 EC 25 17 0 7 DA 46 4B
Octal 224 265 354 45 27 0 7 332 106 113
Binary 10010100 10110101 11101100 100101 10111 0 111 11011010 1000110 1001011

Color Harmonies of #94B5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5EC

Black with #94B5EC

Text Example


Text Example

White with #94B5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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