Html Css Color HEX #008CDF Pacific Blue

📋 copy color: '#008CDF'

red 0 ◦ green 140 ◦ blue 223

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

Shades of Pacific Blue #008CDF

Tints of Pacific Blue #008CDF

RGB

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

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

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

R = 0%
G = 38.57%
B = 61.43%

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

#008CDF (or 0x008CDF) is known color: Pacific Blue. HEX triplet: 00, 8C and DF. RGB value is (0,140,223). Sum of RGB (Red+Green+Blue) = 0+140+223=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #008CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CDF is #FF7320. Grayscale: #6B6B6B. Windows color (decimal): -16741153 or 14650368. OLE color: 14650368.

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

Color convert

RGB 0 140 223 -
CMYK 1 0.37 0 0.13
HSL 202.33º 1% 0.44% -
HSV(B) 202.33º 1% 0.87% -
XYZ 22.7 24.08 73.26 -
YUV 107.6 193.12 51.25 -
System Red Green Blue C M Y K H S L
Decimal 0 140 223 1 0.37 0 0.13 202.33 1 0.44
Hex 0 8C DF 64 25 0 D CA 64 2C
Octal 0 214 337 144 45 0 15 312 144 54
Binary 0 10001100 11011111 1100100 100101 0 1101 11001010 1100100 101100

Color Harmonies of #008CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008CDF

Black with #008CDF

Text Example


Text Example

White with #008CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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