Html Css Color HEX #94AFDF Polo Blue

📋 copy color: '#94AFDF'

red 148 ◦ green 175 ◦ blue 223

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

Shades of Polo Blue #94AFDF

Tints of Polo Blue #94AFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.05%

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

R = 27.11%
G = 32.05%
B = 40.84%

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

#94AFDF (or 0x94AFDF) is known color: Polo Blue. HEX triplet: 94, AF and DF. RGB value is (148,175,223). Sum of RGB (Red+Green+Blue) = 148+175+223=546 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.11% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #94AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFDF is #6B5020. Grayscale: #ACACAC. Windows color (decimal): -7032865 or 14659476. OLE color: 14659476.

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

Color convert

RGB 148 175 223 -
CMYK 0.34 0.22 0 0.13
HSL 218.4º 0.54% 0.73% -
HSV(B) 218.4º 0.34% 0.87% -
XYZ 40.86 42.28 75.82 -
YUV 172.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 148 175 223 0.34 0.22 0 0.13 218.4 0.54 0.73
Hex 94 AF DF 22 16 0 D DA 36 49
Octal 224 257 337 42 26 0 15 332 66 111
Binary 10010100 10101111 11011111 100010 10110 0 1101 11011010 110110 1001001

Color Harmonies of #94AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFDF

Black with #94AFDF

Text Example


Text Example

White with #94AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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