Html Css Color HEX #94B0CE Polo Blue

📋 copy color: '#94B0CE'

red 148 ◦ green 176 ◦ blue 206

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

Shades of Polo Blue #94B0CE

Tints of Polo Blue #94B0CE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.21%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 27.92%
G = 33.21%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94B0CE (or 0x94B0CE) is known color: Polo Blue. HEX triplet: 94, B0 and CE. RGB value is (148,176,206). Sum of RGB (Red+Green+Blue) = 148+176+206=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #94B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0CE is #6B4F31. Grayscale: #AAAAAA. Windows color (decimal): -7032626 or 13545620. OLE color: 13545620.

HSL color Cylindrical-coordinate representation of color #94B0CE: hue angle of 211.03º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B0CE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 176 206 -
CMYK 0.28 0.15 0 0.19
HSL 211.03º 0.37% 0.69% -
HSV(B) 211.03º 0.28% 0.81% -
XYZ 38.88 41.8 64.41 -
YUV 171.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 148 176 206 0.28 0.15 0 0.19 211.03 0.37 0.69
Hex 94 B0 CE 1C F 0 13 D3 25 45
Octal 224 260 316 34 17 0 23 323 45 105
Binary 10010100 10110000 11001110 11100 1111 0 10011 11010011 100101 1000101

Color Harmonies of #94B0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B0CE

Black with #94B0CE

Text Example


Text Example

White with #94B0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,176,206); }

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

background-color css

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

 a { background-color: rgb(148,176,206); }

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

border-color css

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

 span { border-color: rgb(148,176,206); }

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