Html Css Color HEX #008FCA Pacific Blue

📋 copy color: '#008FCA'

red 0 ◦ green 143 ◦ blue 202

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

Shades of Pacific Blue #008FCA

Tints of Pacific Blue #008FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 0%
G = 41.45%
B = 58.55%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#008FCA (or 0x008FCA) is known color: Pacific Blue. HEX triplet: 00, 8F and CA. RGB value is (0,143,202). Sum of RGB (Red+Green+Blue) = 0+143+202=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #008FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCA is #FF7035. Grayscale: #6A6A6A. Windows color (decimal): -16740406 or 13274880. OLE color: 13274880.

HSL color Cylindrical-coordinate representation of color #008FCA: hue angle of 197.52º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FCA is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 143 202 -
CMYK 1 0.29 0 0.21
HSL 197.52º 1% 0.4% -
HSV(B) 197.52º 1% 0.79% -
XYZ 20.48 23.91 59.41 -
YUV 106.97 181.62 51.7 -
System Red Green Blue C M Y K H S L
Decimal 0 143 202 1 0.29 0 0.21 197.52 1 0.4
Hex 0 8F CA 64 1D 0 15 C6 64 28
Octal 0 217 312 144 35 0 25 306 144 50
Binary 0 10001111 11001010 1100100 11101 0 10101 11000110 1100100 101000

Color Harmonies of #008FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FCA

Black with #008FCA

Text Example


Text Example

White with #008FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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