Html Css Color HEX #17618C Bahama Blue

📋 copy color: '#17618C'

red 23 ◦ green 97 ◦ blue 140

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

Shades of Bahama Blue #17618C

Tints of Bahama Blue #17618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.31%

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 8.85%
G = 37.31%
B = 53.85%

CMYK

 C value IS 0.84

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17618C (or 0x17618C) is known color: Bahama Blue. HEX triplet: 17, 61 and 8C. RGB value is (23,97,140). Sum of RGB (Red+Green+Blue) = 23+97+140=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #17618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #17618C is #E89E73. Grayscale: #4F4F4F. Windows color (decimal): -15244916 or 9199895. OLE color: 9199895.

HSL color Cylindrical-coordinate representation of color #17618C: hue angle of 202.05º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17618C is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 97 140 -
CMYK 0.84 0.31 0 0.45
HSL 202.05º 0.72% 0.32% -
HSV(B) 202.05º 0.84% 0.55% -
XYZ 9.36 10.63 26.37 -
YUV 79.78 161.98 87.5 -
System Red Green Blue C M Y K H S L
Decimal 23 97 140 0.84 0.31 0 0.45 202.05 0.72 0.32
Hex 17 61 8C 54 1F 0 2D CA 48 20
Octal 27 141 214 124 37 0 55 312 110 40
Binary 10111 1100001 10001100 1010100 11111 0 101101 11001010 1001000 100000

Color Harmonies of #17618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17618C

Black with #17618C

Text Example


Text Example

White with #17618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17618C; }

 p { color: rgb(23,97,140); }

 H1.HeaderClassName
 {
   color: #17618C;
 }
 .AnyTagClassName
 {
   color: #17618C;
 }
</style>

background-color css

<style>
 a { background-color: #17618C; }

 a { background-color: rgb(23,97,140); }

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

border-color css

<style>
 span { border-color: #17618C; }

 span { border-color: rgb(23,97,140); }

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