Html Css Color HEX #94B0DA Polo Blue

📋 copy color: '#94B0DA'

red 148 ◦ green 176 ◦ blue 218

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

Shades of Polo Blue #94B0DA

Tints of Polo Blue #94B0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 27.31%
G = 32.47%
B = 40.22%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94B0DA (or 0x94B0DA) is known color: Polo Blue. HEX triplet: 94, B0 and DA. RGB value is (148,176,218). Sum of RGB (Red+Green+Blue) = 148+176+218=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #94B0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B0DA is #6B4F25. Grayscale: #ACACAC. Windows color (decimal): -7032614 or 14332052. OLE color: 14332052.

HSL color Cylindrical-coordinate representation of color #94B0DA: hue angle of 216º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94B0DA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 176 218 -
CMYK 0.32 0.19 0 0.15
HSL 216º 0.49% 0.72% -
HSV(B) 216º 0.32% 0.85% -
XYZ 40.39 42.41 72.39 -
YUV 172.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 148 176 218 0.32 0.19 0 0.15 216 0.49 0.72
Hex 94 B0 DA 20 13 0 F D8 31 48
Octal 224 260 332 40 23 0 17 330 61 110
Binary 10010100 10110000 11011010 100000 10011 0 1111 11011000 110001 1001000

Color Harmonies of #94B0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B0DA

Black with #94B0DA

Text Example


Text Example

White with #94B0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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