Html Css Color HEX #94AFCF Polo Blue

📋 copy color: '#94AFCF'

red 148 ◦ green 175 ◦ blue 207

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

Shades of Polo Blue #94AFCF

Tints of Polo Blue #94AFCF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.02%

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 27.92%
G = 33.02%
B = 39.06%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94AFCF (or 0x94AFCF) is known color: Polo Blue. HEX triplet: 94, AF and CF. RGB value is (148,175,207). Sum of RGB (Red+Green+Blue) = 148+175+207=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #94AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFCF is #6B5030. Grayscale: #AAAAAA. Windows color (decimal): -7032881 or 13610900. OLE color: 13610900.

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

Color convert

RGB 148 175 207 -
CMYK 0.29 0.15 0 0.19
HSL 212.54º 0.38% 0.7% -
HSV(B) 212.54º 0.29% 0.81% -
XYZ 38.81 41.46 64.99 -
YUV 170.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 148 175 207 0.29 0.15 0 0.19 212.54 0.38 0.7
Hex 94 AF CF 1D F 0 13 D5 26 46
Octal 224 257 317 35 17 0 23 325 46 106
Binary 10010100 10101111 11001111 11101 1111 0 10011 11010101 100110 1000110

Color Harmonies of #94AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AFCF

Black with #94AFCF

Text Example


Text Example

White with #94AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,175,207); }

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

background-color css

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

 a { background-color: rgb(148,175,207); }

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

border-color css

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

 span { border-color: rgb(148,175,207); }

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