Html Css Color HEX #93B1CF Polo Blue

📋 copy color: '#93B1CF'

red 147 ◦ green 177 ◦ blue 207

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

Shades of Polo Blue #93B1CF

Tints of Polo Blue #93B1CF

RGB

 RED value IS 147 (57.81% from 255) = 27.68%

 GREEN value IS 177 (69.53% from 255) = 33.33%

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

R = 27.68%
G = 33.33%
B = 38.98%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93B1CF (or 0x93B1CF) is known color: Polo Blue. HEX triplet: 93, B1 and CF. RGB value is (147,177,207). Sum of RGB (Red+Green+Blue) = 147+177+207=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #93B1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B1CF is #6C4E30. Grayscale: #ABABAB. Windows color (decimal): -7097905 or 13611411. OLE color: 13611411.

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

Color convert

RGB 147 177 207 -
CMYK 0.29 0.14 0 0.19
HSL 210º 0.38% 0.69% -
HSV(B) 210º 0.29% 0.81% -
XYZ 39.02 42.15 65.11 -
YUV 171.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 147 177 207 0.29 0.14 0 0.19 210 0.38 0.69
Hex 93 B1 CF 1D E 0 13 D2 26 45
Octal 223 261 317 35 16 0 23 322 46 105
Binary 10010011 10110001 11001111 11101 1110 0 10011 11010010 100110 1000101

Color Harmonies of #93B1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B1CF

Black with #93B1CF

Text Example


Text Example

White with #93B1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93B1CF; }

 p { color: rgb(147,177,207); }

 H1.HeaderClassName
 {
   color: #93B1CF;
 }
 .AnyTagClassName
 {
   color: #93B1CF;
 }
</style>

background-color css

<style>
 a { background-color: #93B1CF; }

 a { background-color: rgb(147,177,207); }

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

border-color css

<style>
 span { border-color: #93B1CF; }

 span { border-color: rgb(147,177,207); }

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