Html Css Color HEX #94B4DD Polo Blue

📋 copy color: '#94B4DD'

red 148 ◦ green 180 ◦ blue 221

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

Shades of Polo Blue #94B4DD

Tints of Polo Blue #94B4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.79%

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

R = 26.96%
G = 32.79%
B = 40.26%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94B4DD (or 0x94B4DD) is known color: Polo Blue. HEX triplet: 94, B4 and DD. RGB value is (148,180,221). Sum of RGB (Red+Green+Blue) = 148+180+221=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 180 (70.70% from 255 or 32.79% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #94B4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4DD is #6B4B22. Grayscale: #AEAEAE. Windows color (decimal): -7031587 or 14529684. OLE color: 14529684.

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

Color convert

RGB 148 180 221 -
CMYK 0.33 0.19 0 0.13
HSL 213.7º 0.52% 0.72% -
HSV(B) 213.7º 0.33% 0.87% -
XYZ 41.59 44.16 74.74 -
YUV 175.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 148 180 221 0.33 0.19 0 0.13 213.7 0.52 0.72
Hex 94 B4 DD 21 13 0 D D6 34 48
Octal 224 264 335 41 23 0 15 326 64 110
Binary 10010100 10110100 11011101 100001 10011 0 1101 11010110 110100 1001000

Color Harmonies of #94B4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B4DD

Black with #94B4DD

Text Example


Text Example

White with #94B4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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