Html Css Color HEX #008CDD Pacific Blue

📋 copy color: '#008CDD'

red 0 ◦ green 140 ◦ blue 221

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

Shades of Pacific Blue #008CDD

Tints of Pacific Blue #008CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.22%

R = 0%
G = 38.78%
B = 61.22%

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

#008CDD (or 0x008CDD) is known color: Pacific Blue. HEX triplet: 00, 8C and DD. RGB value is (0,140,221). Sum of RGB (Red+Green+Blue) = 0+140+221=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #008CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CDD is #FF7322. Grayscale: #6A6A6A. Windows color (decimal): -16741155 or 14519296. OLE color: 14519296.

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

Color convert

RGB 0 140 221 -
CMYK 1 0.37 0 0.13
HSL 201.99º 1% 0.43% -
HSV(B) 201.99º 1% 0.87% -
XYZ 22.43 23.98 71.85 -
YUV 107.37 192.12 51.41 -
System Red Green Blue C M Y K H S L
Decimal 0 140 221 1 0.37 0 0.13 201.99 1 0.43
Hex 0 8C DD 64 25 0 D CA 64 2B
Octal 0 214 335 144 45 0 15 312 144 53
Binary 0 10001100 11011101 1100100 100101 0 1101 11001010 1100100 101011

Color Harmonies of #008CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CDD

Black with #008CDD

Text Example


Text Example

White with #008CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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