Html Css Color HEX #008DCE Pacific Blue

📋 copy color: '#008DCE'

red 0 ◦ green 141 ◦ blue 206

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

Shades of Pacific Blue #008DCE

Tints of Pacific Blue #008DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.63%

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

R = 0%
G = 40.63%
B = 59.37%

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

#008DCE (or 0x008DCE) is known color: Pacific Blue. HEX triplet: 00, 8D and CE. RGB value is (0,141,206). Sum of RGB (Red+Green+Blue) = 0+141+206=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #008DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DCE is #FF7231. Grayscale: #696969. Windows color (decimal): -16740914 or 13536512. OLE color: 13536512.

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

Color convert

RGB 0 141 206 -
CMYK 1 0.32 0 0.19
HSL 198.93º 1% 0.4% -
HSV(B) 198.93º 1% 0.81% -
XYZ 20.67 23.51 61.84 -
YUV 106.25 184.29 52.21 -
System Red Green Blue C M Y K H S L
Decimal 0 141 206 1 0.32 0 0.19 198.93 1 0.4
Hex 0 8D CE 64 20 0 13 C7 64 28
Octal 0 215 316 144 40 0 23 307 144 50
Binary 0 10001101 11001110 1100100 100000 0 10011 11000111 1100100 101000

Color Harmonies of #008DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DCE

Black with #008DCE

Text Example


Text Example

White with #008DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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