Html Css Color HEX #93B7CF Polo Blue

📋 copy color: '#93B7CF'

red 147 ◦ green 183 ◦ blue 207

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

Shades of Polo Blue #93B7CF

Tints of Polo Blue #93B7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

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

R = 27.37%
G = 34.08%
B = 38.55%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93B7CF (or 0x93B7CF) is known color: Polo Blue. HEX triplet: 93, B7 and CF. RGB value is (147,183,207). Sum of RGB (Red+Green+Blue) = 147+183+207=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #93B7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B7CF is #6C4830. Grayscale: #AEAEAE. Windows color (decimal): -7096369 or 13612947. OLE color: 13612947.

HSL color Cylindrical-coordinate representation of color #93B7CF: hue angle of 204º 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 #93B7CF is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 183 207 -
CMYK 0.29 0.12 0 0.19
HSL 204º 0.38% 0.69% -
HSV(B) 204º 0.29% 0.81% -
XYZ 40.23 44.58 65.52 -
YUV 174.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 147 183 207 0.29 0.12 0 0.19 204 0.38 0.69
Hex 93 B7 CF 1D C 0 13 CC 26 45
Octal 223 267 317 35 14 0 23 314 46 105
Binary 10010011 10110111 11001111 11101 1100 0 10011 11001100 100110 1000101

Color Harmonies of #93B7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93B7CF

Black with #93B7CF

Text Example


Text Example

White with #93B7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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