Html Css Color HEX #94B5DE Polo Blue

📋 copy color: '#94B5DE'

red 148 ◦ green 181 ◦ blue 222

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

Shades of Polo Blue #94B5DE

Tints of Polo Blue #94B5DE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.85%

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 26.86%
G = 32.85%
B = 40.29%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#94B5DE (or 0x94B5DE) is known color: Polo Blue. HEX triplet: 94, B5 and DE. RGB value is (148,181,222). Sum of RGB (Red+Green+Blue) = 148+181+222=551 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.86% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #94B5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5DE is #6B4A21. Grayscale: #AFAFAF. Windows color (decimal): -7031330 or 14595476. OLE color: 14595476.

HSL color Cylindrical-coordinate representation of color #94B5DE: hue angle of 213.24º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94B5DE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 181 222 -
CMYK 0.33 0.18 0 0.13
HSL 213.24º 0.53% 0.73% -
HSV(B) 213.24º 0.33% 0.87% -
XYZ 41.92 44.62 75.51 -
YUV 175.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 148 181 222 0.33 0.18 0 0.13 213.24 0.53 0.73
Hex 94 B5 DE 21 12 0 D D5 35 49
Octal 224 265 336 41 22 0 15 325 65 111
Binary 10010100 10110101 11011110 100001 10010 0 1101 11010101 110101 1001001

Color Harmonies of #94B5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B5DE

Black with #94B5DE

Text Example


Text Example

White with #94B5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,181,222); }

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

background-color css

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

 a { background-color: rgb(148,181,222); }

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

border-color css

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

 span { border-color: rgb(148,181,222); }

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