Html Css Color HEX #94ADDF Polo Blue

📋 copy color: '#94ADDF'

red 148 ◦ green 173 ◦ blue 223

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

Shades of Polo Blue #94ADDF

Tints of Polo Blue #94ADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 27.21%
G = 31.8%
B = 40.99%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94ADDF (or 0x94ADDF) is known color: Polo Blue. HEX triplet: 94, AD and DF. RGB value is (148,173,223). Sum of RGB (Red+Green+Blue) = 148+173+223=544 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.21% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #94ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADDF is #6B5220. Grayscale: #ABABAB. Windows color (decimal): -7033377 or 14658964. OLE color: 14658964.

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

Color convert

RGB 148 173 223 -
CMYK 0.34 0.22 0 0.13
HSL 220º 0.54% 0.73% -
HSV(B) 220º 0.34% 0.87% -
XYZ 40.48 41.51 75.69 -
YUV 171.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 148 173 223 0.34 0.22 0 0.13 220 0.54 0.73
Hex 94 AD DF 22 16 0 D DC 36 49
Octal 224 255 337 42 26 0 15 334 66 111
Binary 10010100 10101101 11011111 100010 10110 0 1101 11011100 110110 1001001

Color Harmonies of #94ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADDF

Black with #94ADDF

Text Example


Text Example

White with #94ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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