Html Css Color HEX #008ACF Pacific Blue

📋 copy color: '#008ACF'

red 0 ◦ green 138 ◦ blue 207

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

Shades of Pacific Blue #008ACF

Tints of Pacific Blue #008ACF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40%
B = 60%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#008ACF (or 0x008ACF) is known color: Pacific Blue. HEX triplet: 00, 8A and CF. RGB value is (0,138,207). Sum of RGB (Red+Green+Blue) = 0+138+207=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #008ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ACF is #FF7530. Grayscale: #686868. Windows color (decimal): -16741681 or 13601280. OLE color: 13601280.

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

Color convert

RGB 0 138 207 -
CMYK 1 0.33 0 0.19
HSL 200º 1% 0.41% -
HSV(B) 200º 1% 0.81% -
XYZ 20.35 22.68 62.34 -
YUV 104.6 185.78 53.39 -
System Red Green Blue C M Y K H S L
Decimal 0 138 207 1 0.33 0 0.19 200 1 0.41
Hex 0 8A CF 64 21 0 13 C8 64 29
Octal 0 212 317 144 41 0 23 310 144 51
Binary 0 10001010 11001111 1100100 100001 0 10011 11001000 1100100 101001

Color Harmonies of #008ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008ACF

Black with #008ACF

Text Example


Text Example

White with #008ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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