Html Css Color HEX #18A6CF Pacific Blue

📋 copy color: '#18A6CF'

red 24 ◦ green 166 ◦ blue 207

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

Shades of Pacific Blue #18A6CF

Tints of Pacific Blue #18A6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 6.05%
G = 41.81%
B = 52.14%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#18A6CF (or 0x18A6CF) is known color: Pacific Blue. HEX triplet: 18, A6 and CF. RGB value is (24,166,207). Sum of RGB (Red+Green+Blue) = 24+166+207=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #18A6CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A6CF is #E75930. Grayscale: #7F7F7F. Windows color (decimal): -15161649 or 13608472. OLE color: 13608472.

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

Color convert

RGB 24 166 207 -
CMYK 0.88 0.20 0 0.19
HSL 193.44º 0.79% 0.45% -
HSV(B) 193.44º 0.88% 0.81% -
XYZ 25.28 31.97 63.87 -
YUV 128.22 172.46 53.67 -
System Red Green Blue C M Y K H S L
Decimal 24 166 207 0.88 0.20 0 0.19 193.44 0.79 0.45
Hex 18 A6 CF 58 14 0 13 C1 4F 2D
Octal 30 246 317 130 24 0 23 301 117 55
Binary 11000 10100110 11001111 1011000 10100 0 10011 11000001 1001111 101101

Color Harmonies of #18A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6CF

Black with #18A6CF

Text Example


Text Example

White with #18A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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