Html Css Color HEX #018ACF Pacific Blue

📋 copy color: '#018ACF'

red 1 ◦ green 138 ◦ blue 207

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

Shades of Pacific Blue #018ACF

Tints of Pacific Blue #018ACF

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 138 (54.3% from 255) = 39.88%

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

R = 0.29%
G = 39.88%
B = 59.83%

CMYK

 C value IS 1.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#018ACF (or 0x018ACF) is known color: Pacific Blue. HEX triplet: 01, 8A and CF. RGB value is (1,138,207). Sum of RGB (Red+Green+Blue) = 1+138+207=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #018ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ACF is #FE7530. Grayscale: #686868. Windows color (decimal): -16676145 or 13601281. OLE color: 13601281.

HSL color Cylindrical-coordinate representation of color #018ACF: hue angle of 200.1º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018ACF is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 138 207 -
CMYK 1.00 0.33 0 0.19
HSL 200.1º 0.99% 0.41% -
HSV(B) 200.1º 1% 0.81% -
XYZ 20.36 22.69 62.34 -
YUV 104.9 185.61 53.89 -
System Red Green Blue C M Y K H S L
Decimal 1 138 207 1.00 0.33 0 0.19 200.1 0.99 0.41
Hex 1 8A CF 64 21 0 13 C8 63 29
Octal 1 212 317 144 41 0 23 310 143 51
Binary 1 10001010 11001111 1100100 100001 0 10011 11001000 1100011 101001

Color Harmonies of #018ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018ACF

Black with #018ACF

Text Example


Text Example

White with #018ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018ACF; }

 p { color: rgb(1,138,207); }

 H1.HeaderClassName
 {
   color: #018ACF;
 }
 .AnyTagClassName
 {
   color: #018ACF;
 }
</style>

background-color css

<style>
 a { background-color: #018ACF; }

 a { background-color: rgb(1,138,207); }

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

border-color css

<style>
 span { border-color: #018ACF; }

 span { border-color: rgb(1,138,207); }

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