Html Css Color HEX #008DDF Pacific Blue

📋 copy color: '#008DDF'

red 0 ◦ green 141 ◦ blue 223

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

Shades of Pacific Blue #008DDF

Tints of Pacific Blue #008DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 0%
G = 38.74%
B = 61.26%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#008DDF (or 0x008DDF) is known color: Pacific Blue. HEX triplet: 00, 8D and DF. RGB value is (0,141,223). Sum of RGB (Red+Green+Blue) = 0+141+223=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #008DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DDF is #FF7220. Grayscale: #6B6B6B. Windows color (decimal): -16740897 or 14650624. OLE color: 14650624.

HSL color Cylindrical-coordinate representation of color #008DDF: hue angle of 202.06º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DDF is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 141 223 -
CMYK 1 0.37 0 0.13
HSL 202.06º 1% 0.44% -
HSV(B) 202.06º 1% 0.87% -
XYZ 22.84 24.38 73.31 -
YUV 108.19 192.79 50.83 -
System Red Green Blue C M Y K H S L
Decimal 0 141 223 1 0.37 0 0.13 202.06 1 0.44
Hex 0 8D DF 64 25 0 D CA 64 2C
Octal 0 215 337 144 45 0 15 312 144 54
Binary 0 10001101 11011111 1100100 100101 0 1101 11001010 1100100 101100

Color Harmonies of #008DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DDF

Black with #008DDF

Text Example


Text Example

White with #008DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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