Html Css Color HEX #008BCA Pacific Blue

📋 copy color: '#008BCA'

red 0 ◦ green 139 ◦ blue 202

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

Shades of Pacific Blue #008BCA

Tints of Pacific Blue #008BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

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

R = 0%
G = 40.76%
B = 59.24%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#008BCA (or 0x008BCA) is known color: Pacific Blue. HEX triplet: 00, 8B and CA. RGB value is (0,139,202). Sum of RGB (Red+Green+Blue) = 0+139+202=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #008BCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BCA is #FF7435. Grayscale: #686868. Windows color (decimal): -16741430 or 13273856. OLE color: 13273856.

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

Color convert

RGB 0 139 202 -
CMYK 1 0.31 0 0.21
HSL 198.71º 1% 0.4% -
HSV(B) 198.71º 1% 0.79% -
XYZ 19.89 22.73 59.22 -
YUV 104.62 182.95 53.38 -
System Red Green Blue C M Y K H S L
Decimal 0 139 202 1 0.31 0 0.21 198.71 1 0.4
Hex 0 8B CA 64 1F 0 15 C7 64 28
Octal 0 213 312 144 37 0 25 307 144 50
Binary 0 10001011 11001010 1100100 11111 0 10101 11000111 1100100 101000

Color Harmonies of #008BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BCA

Black with #008BCA

Text Example


Text Example

White with #008BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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