Html Css Color HEX #17557D Bahama Blue

📋 copy color: '#17557D'

red 23 ◦ green 85 ◦ blue 125

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

Shades of Bahama Blue #17557D

Tints of Bahama Blue #17557D

RGB

 RED value IS 23 (9.38% from 255) = 9.87%

 GREEN value IS 85 (33.59% from 255) = 36.48%

 BLUE value IS 125 (49.22% from 255) = 53.65%

R = 9.87%
G = 36.48%
B = 53.65%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17557D (or 0x17557D) is known color: Bahama Blue. HEX triplet: 17, 55 and 7D. RGB value is (23,85,125). Sum of RGB (Red+Green+Blue) = 23+85+125=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #17557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17557D is #E8AA82. Grayscale: #464646. Windows color (decimal): -15248003 or 8213783. OLE color: 8213783.

HSL color Cylindrical-coordinate representation of color #17557D: hue angle of 203.53º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17557D is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 85 125 -
CMYK 0.82 0.32 0 0.51
HSL 203.53º 0.69% 0.29% -
HSV(B) 203.53º 0.82% 0.49% -
XYZ 7.3 8.16 20.59 -
YUV 71.02 158.46 93.75 -
System Red Green Blue C M Y K H S L
Decimal 23 85 125 0.82 0.32 0 0.51 203.53 0.69 0.29
Hex 17 55 7D 52 20 0 33 CC 45 1D
Octal 27 125 175 122 40 0 63 314 105 35
Binary 10111 1010101 1111101 1010010 100000 0 110011 11001100 1000101 11101

Color Harmonies of #17557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17557D

Black with #17557D

Text Example


Text Example

White with #17557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17557D; }

 p { color: rgb(23,85,125); }

 H1.HeaderClassName
 {
   color: #17557D;
 }
 .AnyTagClassName
 {
   color: #17557D;
 }
</style>

background-color css

<style>
 a { background-color: #17557D; }

 a { background-color: rgb(23,85,125); }

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

border-color css

<style>
 span { border-color: #17557D; }

 span { border-color: rgb(23,85,125); }

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