Html Css Color HEX #94B2D0 Polo Blue

📋 copy color: '#94B2D0'

red 148 ◦ green 178 ◦ blue 208

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

Shades of Polo Blue #94B2D0

Tints of Polo Blue #94B2D0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.33%

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 27.72%
G = 33.33%
B = 38.95%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#94B2D0 (or 0x94B2D0) is known color: Polo Blue. HEX triplet: 94, B2 and D0. RGB value is (148,178,208). Sum of RGB (Red+Green+Blue) = 148+178+208=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #94B2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B2D0 is #6B4D2F. Grayscale: #ACACAC. Windows color (decimal): -7032112 or 13677204. OLE color: 13677204.

HSL color Cylindrical-coordinate representation of color #94B2D0: hue angle of 210º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B2D0 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 178 208 -
CMYK 0.29 0.14 0 0.18
HSL 210º 0.39% 0.7% -
HSV(B) 210º 0.29% 0.82% -
XYZ 39.52 42.69 65.83 -
YUV 172.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 148 178 208 0.29 0.14 0 0.18 210 0.39 0.7
Hex 94 B2 D0 1D E 0 12 D2 27 46
Octal 224 262 320 35 16 0 22 322 47 106
Binary 10010100 10110010 11010000 11101 1110 0 10010 11010010 100111 1000110

Color Harmonies of #94B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B2D0

Black with #94B2D0

Text Example


Text Example

White with #94B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,178,208); }

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

background-color css

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

 a { background-color: rgb(148,178,208); }

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

border-color css

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

 span { border-color: rgb(148,178,208); }

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