Html Css Color HEX #94A8D4 Polo Blue

📋 copy color: '#94A8D4'

red 148 ◦ green 168 ◦ blue 212

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

Shades of Polo Blue #94A8D4

Tints of Polo Blue #94A8D4

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.82%

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 28.03%
G = 31.82%
B = 40.15%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#94A8D4 (or 0x94A8D4) is known color: Polo Blue. HEX triplet: 94, A8 and D4. RGB value is (148,168,212). Sum of RGB (Red+Green+Blue) = 148+168+212=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #94A8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A8D4 is #6B572B. Grayscale: #A6A6A6. Windows color (decimal): -7034668 or 13936788. OLE color: 13936788.

HSL color Cylindrical-coordinate representation of color #94A8D4: hue angle of 221.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A8D4 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 168 212 -
CMYK 0.30 0.21 0 0.17
HSL 221.25º 0.43% 0.71% -
HSV(B) 221.25º 0.3% 0.83% -
XYZ 38.1 39.05 67.82 -
YUV 167.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 148 168 212 0.30 0.21 0 0.17 221.25 0.43 0.71
Hex 94 A8 D4 1E 15 0 11 DD 2B 47
Octal 224 250 324 36 25 0 21 335 53 107
Binary 10010100 10101000 11010100 11110 10101 0 10001 11011101 101011 1000111

Color Harmonies of #94A8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A8D4

Black with #94A8D4

Text Example


Text Example

White with #94A8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,168,212); }

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

background-color css

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

 a { background-color: rgb(148,168,212); }

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

border-color css

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

 span { border-color: rgb(148,168,212); }

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