Html Css Color HEX #94ADDE Polo Blue

📋 copy color: '#94ADDE'

red 148 ◦ green 173 ◦ blue 222

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

Shades of Polo Blue #94ADDE

Tints of Polo Blue #94ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 27.26%
G = 31.86%
B = 40.88%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94ADDE (or 0x94ADDE) is known color: Polo Blue. HEX triplet: 94, AD and DE. RGB value is (148,173,222). Sum of RGB (Red+Green+Blue) = 148+173+222=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #94ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDE is #6B5221. Grayscale: #AAAAAA. Windows color (decimal): -7033378 or 14593428. OLE color: 14593428.

HSL color Cylindrical-coordinate representation of color #94ADDE: hue angle of 219.73º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94ADDE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 173 222 -
CMYK 0.33 0.22 0 0.13
HSL 219.73º 0.53% 0.73% -
HSV(B) 219.73º 0.33% 0.87% -
XYZ 40.34 41.46 74.98 -
YUV 171.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 148 173 222 0.33 0.22 0 0.13 219.73 0.53 0.73
Hex 94 AD DE 21 16 0 D DC 35 49
Octal 224 255 336 41 26 0 15 334 65 111
Binary 10010100 10101101 11011110 100001 10110 0 1101 11011100 110101 1001001

Color Harmonies of #94ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADDE

Black with #94ADDE

Text Example


Text Example

White with #94ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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