Html Css Color HEX #18A6C7 Pacific Blue

📋 copy color: '#18A6C7'

red 24 ◦ green 166 ◦ blue 199

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

Shades of Pacific Blue #18A6C7

Tints of Pacific Blue #18A6C7

RGB

 RED value IS 24 (9.77% from 255) = 6.17%

 GREEN value IS 166 (65.23% from 255) = 42.67%

 BLUE value IS 199 (78.13% from 255) = 51.16%

R = 6.17%
G = 42.67%
B = 51.16%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18A6C7 (or 0x18A6C7) is known color: Pacific Blue. HEX triplet: 18, A6 and C7. RGB value is (24,166,199). Sum of RGB (Red+Green+Blue) = 24+166+199=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #18A6C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A6C7 is #E75938. Grayscale: #7F7F7F. Windows color (decimal): -15161657 or 13084184. OLE color: 13084184.

HSL color Cylindrical-coordinate representation of color #18A6C7: hue angle of 191.31º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A6C7 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 166 199 -
CMYK 0.88 0.17 0 0.22
HSL 191.31º 0.78% 0.44% -
HSV(B) 191.31º 0.88% 0.78% -
XYZ 24.32 31.59 58.85 -
YUV 127.3 168.46 54.32 -
System Red Green Blue C M Y K H S L
Decimal 24 166 199 0.88 0.17 0 0.22 191.31 0.78 0.44
Hex 18 A6 C7 58 11 0 16 BF 4E 2C
Octal 30 246 307 130 21 0 26 277 116 54
Binary 11000 10100110 11000111 1011000 10001 0 10110 10111111 1001110 101100

Color Harmonies of #18A6C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6C7

Black with #18A6C7

Text Example


Text Example

White with #18A6C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A6C7; }

 p { color: rgb(24,166,199); }

 H1.HeaderClassName
 {
   color: #18A6C7;
 }
 .AnyTagClassName
 {
   color: #18A6C7;
 }
</style>

background-color css

<style>
 a { background-color: #18A6C7; }

 a { background-color: rgb(24,166,199); }

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

border-color css

<style>
 span { border-color: #18A6C7; }

 span { border-color: rgb(24,166,199); }

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