Html Css Color HEX #008FCF Pacific Blue

📋 copy color: '#008FCF'

red 0 ◦ green 143 ◦ blue 207

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

Shades of Pacific Blue #008FCF

Tints of Pacific Blue #008FCF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

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

R = 0%
G = 40.86%
B = 59.14%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#008FCF (or 0x008FCF) is known color: Pacific Blue. HEX triplet: 00, 8F and CF. RGB value is (0,143,207). Sum of RGB (Red+Green+Blue) = 0+143+207=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #008FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCF is #FF7030. Grayscale: #6B6B6B. Windows color (decimal): -16740401 or 13602560. OLE color: 13602560.

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

Color convert

RGB 0 143 207 -
CMYK 1 0.31 0 0.19
HSL 198.55º 1% 0.41% -
HSV(B) 198.55º 1% 0.81% -
XYZ 21.08 24.15 62.58 -
YUV 107.54 184.12 51.3 -
System Red Green Blue C M Y K H S L
Decimal 0 143 207 1 0.31 0 0.19 198.55 1 0.41
Hex 0 8F CF 64 1F 0 13 C7 64 29
Octal 0 217 317 144 37 0 23 307 144 51
Binary 0 10001111 11001111 1100100 11111 0 10011 11000111 1100100 101001

Color Harmonies of #008FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FCF

Black with #008FCF

Text Example


Text Example

White with #008FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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