Html Css Color HEX #008CCF Pacific Blue

📋 copy color: '#008CCF'

red 0 ◦ green 140 ◦ blue 207

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

Shades of Pacific Blue #008CCF

Tints of Pacific Blue #008CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

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

R = 0%
G = 40.35%
B = 59.65%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#008CCF (or 0x008CCF) is known color: Pacific Blue. HEX triplet: 00, 8C and CF. RGB value is (0,140,207). Sum of RGB (Red+Green+Blue) = 0+140+207=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #008CCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CCF is #FF7330. Grayscale: #696969. Windows color (decimal): -16741169 or 13601792. OLE color: 13601792.

HSL color Cylindrical-coordinate representation of color #008CCF: hue angle of 199.42º 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 #008CCF is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 140 207 -
CMYK 1 0.32 0 0.19
HSL 199.42º 1% 0.41% -
HSV(B) 199.42º 1% 0.81% -
XYZ 20.64 23.26 62.43 -
YUV 105.78 185.12 52.55 -
System Red Green Blue C M Y K H S L
Decimal 0 140 207 1 0.32 0 0.19 199.42 1 0.41
Hex 0 8C CF 64 20 0 13 C7 64 29
Octal 0 214 317 144 40 0 23 307 144 51
Binary 0 10001100 11001111 1100100 100000 0 10011 11000111 1100100 101001

Color Harmonies of #008CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CCF

Black with #008CCF

Text Example


Text Example

White with #008CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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