Html Css Color HEX #94ACDD Polo Blue

📋 copy color: '#94ACDD'

red 148 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #94ACDD

Tints of Polo Blue #94ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.79%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 27.36%
G = 31.79%
B = 40.85%

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

#94ACDD (or 0x94ACDD) is known color: Polo Blue. HEX triplet: 94, AC and DD. RGB value is (148,172,221). Sum of RGB (Red+Green+Blue) = 148+172+221=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #94ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACDD is #6B5322. Grayscale: #AAAAAA. Windows color (decimal): -7033635 or 14527636. OLE color: 14527636.

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

Color convert

RGB 148 172 221 -
CMYK 0.33 0.22 0 0.13
HSL 220.27º 0.52% 0.72% -
HSV(B) 220.27º 0.33% 0.87% -
XYZ 40.02 41.02 74.22 -
YUV 170.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 148 172 221 0.33 0.22 0 0.13 220.27 0.52 0.72
Hex 94 AC DD 21 16 0 D DC 34 48
Octal 224 254 335 41 26 0 15 334 64 110
Binary 10010100 10101100 11011101 100001 10110 0 1101 11011100 110100 1001000

Color Harmonies of #94ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACDD

Black with #94ACDD

Text Example


Text Example

White with #94ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,221); }

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

background-color css

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

 a { background-color: rgb(148,172,221); }

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

border-color css

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

 span { border-color: rgb(148,172,221); }

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