Html Css Color HEX #94AEDD Polo Blue

📋 copy color: '#94AEDD'

red 148 ◦ green 174 ◦ blue 221

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

Shades of Polo Blue #94AEDD

Tints of Polo Blue #94AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.04%

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

R = 27.26%
G = 32.04%
B = 40.7%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94AEDD (or 0x94AEDD) is known color: Polo Blue. HEX triplet: 94, AE and DD. RGB value is (148,174,221). Sum of RGB (Red+Green+Blue) = 148+174+221=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #94AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEDD is #6B5122. Grayscale: #ABABAB. Windows color (decimal): -7033123 or 14528148. OLE color: 14528148.

HSL color Cylindrical-coordinate representation of color #94AEDD: hue angle of 218.63º 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 #94AEDD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 174 221 -
CMYK 0.33 0.21 0 0.13
HSL 218.63º 0.52% 0.72% -
HSV(B) 218.63º 0.33% 0.87% -
XYZ 40.4 41.79 74.34 -
YUV 171.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 148 174 221 0.33 0.21 0 0.13 218.63 0.52 0.72
Hex 94 AE DD 21 15 0 D DB 34 48
Octal 224 256 335 41 25 0 15 333 64 110
Binary 10010100 10101110 11011101 100001 10101 0 1101 11011011 110100 1001000

Color Harmonies of #94AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AEDD

Black with #94AEDD

Text Example


Text Example

White with #94AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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