Html Css Color HEX #18A5CE Pacific Blue

📋 copy color: '#18A5CE'

red 24 ◦ green 165 ◦ blue 206

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

Shades of Pacific Blue #18A5CE

Tints of Pacific Blue #18A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 6.08%
G = 41.77%
B = 52.15%

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

#18A5CE (or 0x18A5CE) is known color: Pacific Blue. HEX triplet: 18, A5 and CE. RGB value is (24,165,206). Sum of RGB (Red+Green+Blue) = 24+165+206=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #18A5CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A5CE is #E75A31. Grayscale: #7F7F7F. Windows color (decimal): -15161906 or 13542680. OLE color: 13542680.

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

Color convert

RGB 24 165 206 -
CMYK 0.88 0.20 0 0.19
HSL 193.52º 0.79% 0.45% -
HSV(B) 193.52º 0.88% 0.81% -
XYZ 24.97 31.56 63.17 -
YUV 127.52 172.29 54.17 -
System Red Green Blue C M Y K H S L
Decimal 24 165 206 0.88 0.20 0 0.19 193.52 0.79 0.45
Hex 18 A5 CE 58 14 0 13 C2 4F 2D
Octal 30 245 316 130 24 0 23 302 117 55
Binary 11000 10100101 11001110 1011000 10100 0 10011 11000010 1001111 101101

Color Harmonies of #18A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A5CE

Black with #18A5CE

Text Example


Text Example

White with #18A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,165,206); }

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

background-color css

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

 a { background-color: rgb(24,165,206); }

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

border-color css

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

 span { border-color: rgb(24,165,206); }

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