#17638E

Color #17638E Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #17638E

Tints of Bahama Blue #17638E

Color information

#17638E (or 0x17638E) is unknown color: approx Bahama Blue. HEX triplet: 17, 63 and 8E. RGB value is (23,99,142). Sum of RGB (Red+Green+Blue) = 23+99+142=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #17638E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17638E is #E89C71. Grayscale: #505050. Windows color (decimal): -15244402 or 9331479. OLE color: 9331479.

HSL color Cylindrical-coordinate representation of color #17638E: hue angle of 201.68º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17638E is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2399142-
CMYK0.840.3000.44
HSL201.68º72.12%32.35%-
HSV(B)201.68º83.8%55.69%-
XYZ9.711.0627.21-
YUV81.18162.3286.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.71%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=8.71%
G=37.5%
B=53.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal23991420.840.3000.44201.6872.1232.35
Hex17638E541E02Cca4820
Octal271432161243605431211040
Binary101111100011100011101010100111100101100110010101001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17638E; }

 p { color: rgb(23,99,142); }

 H1.HeaderClassName
 {
   color: #17638E;
 }
 .AnyTagClassName
 {
   color: #17638E;
 }
</style>
background-color css

<style>
 a { background-color: #17638E; }

 a { background-color: rgb(23,99,142); }

 div.DivClassName
 {
   background-color: #17638E;
 }
 .BgClassName
 {
   background-color: #17638E;
 }
</style>
border-color css

<style>
 span { border-color: #17638E; }

 span { border-color: rgb(23,99,142); }

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