Html Css Color HEX #008CDA Pacific Blue

📋 copy color: '#008CDA'

red 0 ◦ green 140 ◦ blue 218

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

Shades of Pacific Blue #008CDA

Tints of Pacific Blue #008CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.89%

R = 0%
G = 39.11%
B = 60.89%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#008CDA (or 0x008CDA) is known color: Pacific Blue. HEX triplet: 00, 8C and DA. RGB value is (0,140,218). Sum of RGB (Red+Green+Blue) = 0+140+218=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #008CDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CDA is #FF7325. Grayscale: #6A6A6A. Windows color (decimal): -16741158 or 14322688. OLE color: 14322688.

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

Color convert

RGB 0 140 218 -
CMYK 1 0.36 0 0.15
HSL 201.47º 1% 0.43% -
HSV(B) 201.47º 1% 0.85% -
XYZ 22.03 23.82 69.77 -
YUV 107.03 190.62 51.66 -
System Red Green Blue C M Y K H S L
Decimal 0 140 218 1 0.36 0 0.15 201.47 1 0.43
Hex 0 8C DA 64 24 0 F C9 64 2B
Octal 0 214 332 144 44 0 17 311 144 53
Binary 0 10001100 11011010 1100100 100100 0 1111 11001001 1100100 101011

Color Harmonies of #008CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CDA

Black with #008CDA

Text Example


Text Example

White with #008CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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