Html Css Color HEX #18A1C6 Pacific Blue

📋 copy color: '#18A1C6'

red 24 ◦ green 161 ◦ blue 198

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

Shades of Pacific Blue #18A1C6

Tints of Pacific Blue #18A1C6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.04%

 BLUE value IS 198 (77.73% from 255) = 51.7%

R = 6.27%
G = 42.04%
B = 51.7%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#18A1C6 (or 0x18A1C6) is known color: Pacific Blue. HEX triplet: 18, A1 and C6. RGB value is (24,161,198). Sum of RGB (Red+Green+Blue) = 24+161+198=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #18A1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A1C6 is #E75E39. Grayscale: #7B7B7B. Windows color (decimal): -15162938 or 13017368. OLE color: 13017368.

HSL color Cylindrical-coordinate representation of color #18A1C6: hue angle of 192.76º 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 #18A1C6 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 161 198 -
CMYK 0.88 0.19 0 0.22
HSL 192.76º 0.78% 0.44% -
HSV(B) 192.76º 0.88% 0.78% -
XYZ 23.31 29.76 57.94 -
YUV 124.26 169.61 56.49 -
System Red Green Blue C M Y K H S L
Decimal 24 161 198 0.88 0.19 0 0.22 192.76 0.78 0.44
Hex 18 A1 C6 58 13 0 16 C1 4E 2C
Octal 30 241 306 130 23 0 26 301 116 54
Binary 11000 10100001 11000110 1011000 10011 0 10110 11000001 1001110 101100

Color Harmonies of #18A1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A1C6

Black with #18A1C6

Text Example


Text Example

White with #18A1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,198); }

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

background-color css

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

 a { background-color: rgb(24,161,198); }

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

border-color css

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

 span { border-color: rgb(24,161,198); }

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