Html Css Color HEX #18A6CC Pacific Blue

📋 copy color: '#18A6CC'

red 24 ◦ green 166 ◦ blue 204

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

Shades of Pacific Blue #18A6CC

Tints of Pacific Blue #18A6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 6.09%
G = 42.13%
B = 51.78%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#18A6CC (or 0x18A6CC) is known color: Pacific Blue. HEX triplet: 18, A6 and CC. RGB value is (24,166,204). Sum of RGB (Red+Green+Blue) = 24+166+204=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #18A6CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A6CC is #E75933. Grayscale: #7F7F7F. Windows color (decimal): -15161652 or 13411864. OLE color: 13411864.

HSL color Cylindrical-coordinate representation of color #18A6CC: hue angle of 192.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A6CC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 166 204 -
CMYK 0.88 0.19 0 0.2
HSL 192.67º 0.79% 0.45% -
HSV(B) 192.67º 0.88% 0.8% -
XYZ 24.91 31.83 61.96 -
YUV 127.87 170.96 53.91 -
System Red Green Blue C M Y K H S L
Decimal 24 166 204 0.88 0.19 0 0.2 192.67 0.79 0.45
Hex 18 A6 CC 58 13 0 14 C1 4F 2D
Octal 30 246 314 130 23 0 24 301 117 55
Binary 11000 10100110 11001100 1011000 10011 0 10100 11000001 1001111 101101

Color Harmonies of #18A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6CC

Black with #18A6CC

Text Example


Text Example

White with #18A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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