Html Css Color HEX #94ABCB Polo Blue

📋 copy color: '#94ABCB'

red 148 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #94ABCB

Tints of Polo Blue #94ABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.76%

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 28.35%
G = 32.76%
B = 38.89%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#94ABCB (or 0x94ABCB) is known color: Polo Blue. HEX triplet: 94, AB and CB. RGB value is (148,171,203). Sum of RGB (Red+Green+Blue) = 148+171+203=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #94ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABCB is #6B5434. Grayscale: #A7A7A7. Windows color (decimal): -7033909 or 13347732. OLE color: 13347732.

HSL color Cylindrical-coordinate representation of color #94ABCB: hue angle of 214.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94ABCB is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 171 203 -
CMYK 0.27 0.16 0 0.20
HSL 214.91º 0.35% 0.69% -
HSV(B) 214.91º 0.27% 0.8% -
XYZ 37.56 39.73 62.19 -
YUV 167.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 148 171 203 0.27 0.16 0 0.20 214.91 0.35 0.69
Hex 94 AB CB 1B 10 0 14 D7 23 45
Octal 224 253 313 33 20 0 24 327 43 105
Binary 10010100 10101011 11001011 11011 10000 0 10100 11010111 100011 1000101

Color Harmonies of #94ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ABCB

Black with #94ABCB

Text Example


Text Example

White with #94ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,171,203); }

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

background-color css

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

 a { background-color: rgb(148,171,203); }

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

border-color css

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

 span { border-color: rgb(148,171,203); }

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