Html Css Color HEX #94ADEC Perano

📋 copy color: '#94ADEC'

red 148 ◦ green 173 ◦ blue 236

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

Shades of Perano #94ADEC

Tints of Perano #94ADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.06%

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

R = 26.57%
G = 31.06%
B = 42.37%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94ADEC (or 0x94ADEC) is known color: Perano. HEX triplet: 94, AD and EC. RGB value is (148,173,236). Sum of RGB (Red+Green+Blue) = 148+173+236=557 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.57% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #94ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADEC is #6B5213. Grayscale: #ACACAC. Windows color (decimal): -7033364 or 15510932. OLE color: 15510932.

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

Color convert

RGB 148 173 236 -
CMYK 0.37 0.27 0 0.07
HSL 222.95º 0.7% 0.75% -
HSV(B) 222.95º 0.37% 0.93% -
XYZ 42.3 42.24 85.28 -
YUV 172.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 148 173 236 0.37 0.27 0 0.07 222.95 0.7 0.75
Hex 94 AD EC 25 1B 0 7 DF 46 4B
Octal 224 255 354 45 33 0 7 337 106 113
Binary 10010100 10101101 11101100 100101 11011 0 111 11011111 1000110 1001011

Color Harmonies of #94ADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADEC

Black with #94ADEC

Text Example


Text Example

White with #94ADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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