Html Css Color HEX #008CDE Pacific Blue

📋 copy color: '#008CDE'

red 0 ◦ green 140 ◦ blue 222

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

Shades of Pacific Blue #008CDE

Tints of Pacific Blue #008CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 0%
G = 38.67%
B = 61.33%

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

#008CDE (or 0x008CDE) is known color: Pacific Blue. HEX triplet: 00, 8C and DE. RGB value is (0,140,222). Sum of RGB (Red+Green+Blue) = 0+140+222=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #008CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CDE is #FF7321. Grayscale: #6B6B6B. Windows color (decimal): -16741154 or 14584832. OLE color: 14584832.

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

Color convert

RGB 0 140 222 -
CMYK 1 0.37 0 0.13
HSL 202.16º 1% 0.44% -
HSV(B) 202.16º 1% 0.87% -
XYZ 22.56 24.03 72.56 -
YUV 107.49 192.62 51.33 -
System Red Green Blue C M Y K H S L
Decimal 0 140 222 1 0.37 0 0.13 202.16 1 0.44
Hex 0 8C DE 64 25 0 D CA 64 2C
Octal 0 214 336 144 45 0 15 312 144 54
Binary 0 10001100 11011110 1100100 100101 0 1101 11001010 1100100 101100

Color Harmonies of #008CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CDE

Black with #008CDE

Text Example


Text Example

White with #008CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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