Html Css Color HEX #008CD3 Pacific Blue

📋 copy color: '#008CD3'

red 0 ◦ green 140 ◦ blue 211

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

Shades of Pacific Blue #008CD3

Tints of Pacific Blue #008CD3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 211 (82.81% from 255) = 60.11%

R = 0%
G = 39.89%
B = 60.11%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#008CD3 (or 0x008CD3) is known color: Pacific Blue. HEX triplet: 00, 8C and D3. RGB value is (0,140,211). Sum of RGB (Red+Green+Blue) = 0+140+211=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #008CD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CD3 is #FF732C. Grayscale: #696969. Windows color (decimal): -16741165 or 13863936. OLE color: 13863936.

HSL color Cylindrical-coordinate representation of color #008CD3: hue angle of 200.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CD3 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 0 140 211 -
CMYK 1 0.34 0 0.17
HSL 200.19º 1% 0.41% -
HSV(B) 200.19º 1% 0.83% -
XYZ 21.14 23.46 65.04 -
YUV 106.23 187.12 52.23 -
System Red Green Blue C M Y K H S L
Decimal 0 140 211 1 0.34 0 0.17 200.19 1 0.41
Hex 0 8C D3 64 22 0 11 C8 64 29
Octal 0 214 323 144 42 0 21 310 144 51
Binary 0 10001100 11010011 1100100 100010 0 10001 11001000 1100100 101001

Color Harmonies of #008CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CD3

Black with #008CD3

Text Example


Text Example

White with #008CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,140,211); }

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

background-color css

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

 a { background-color: rgb(0,140,211); }

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

border-color css

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

 span { border-color: rgb(0,140,211); }

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