Html Css Color HEX #008BCE Pacific Blue

📋 copy color: '#008BCE'

red 0 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #008BCE

Tints of Pacific Blue #008BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 0%
G = 40.29%
B = 59.71%

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

#008BCE (or 0x008BCE) is known color: Pacific Blue. HEX triplet: 00, 8B and CE. RGB value is (0,139,206). Sum of RGB (Red+Green+Blue) = 0+139+206=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #008BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BCE is #FF7431. Grayscale: #686868. Windows color (decimal): -16741426 or 13536000. OLE color: 13536000.

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

Color convert

RGB 0 139 206 -
CMYK 1 0.33 0 0.19
HSL 199.51º 1% 0.4% -
HSV(B) 199.51º 1% 0.81% -
XYZ 20.37 22.92 61.74 -
YUV 105.08 184.95 53.05 -
System Red Green Blue C M Y K H S L
Decimal 0 139 206 1 0.33 0 0.19 199.51 1 0.4
Hex 0 8B CE 64 21 0 13 C8 64 28
Octal 0 213 316 144 41 0 23 310 144 50
Binary 0 10001011 11001110 1100100 100001 0 10011 11001000 1100100 101000

Color Harmonies of #008BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008BCE

Black with #008BCE

Text Example


Text Example

White with #008BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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