Html Css Color HEX #009CDC Pacific Blue

📋 copy color: '#009CDC'

red 0 ◦ green 156 ◦ blue 220

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

Shades of Pacific Blue #009CDC

Tints of Pacific Blue #009CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.49%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 0%
G = 41.49%
B = 58.51%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#009CDC (or 0x009CDC) is known color: Pacific Blue. HEX triplet: 00, 9C and DC. RGB value is (0,156,220). Sum of RGB (Red+Green+Blue) = 0+156+220=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #009CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CDC is #FF6323. Grayscale: #747474. Windows color (decimal): -16737060 or 14457856. OLE color: 14457856.

HSL color Cylindrical-coordinate representation of color #009CDC: hue angle of 197.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CDC is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 156 220 -
CMYK 1 0.29 0 0.14
HSL 197.45º 1% 0.43% -
HSV(B) 197.45º 1% 0.86% -
XYZ 24.81 28.94 71.99 -
YUV 116.65 186.32 44.8 -
System Red Green Blue C M Y K H S L
Decimal 0 156 220 1 0.29 0 0.14 197.45 1 0.43
Hex 0 9C DC 64 1D 0 E C5 64 2B
Octal 0 234 334 144 35 0 16 305 144 53
Binary 0 10011100 11011100 1100100 11101 0 1110 11000101 1100100 101011

Color Harmonies of #009CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009CDC

Black with #009CDC

Text Example


Text Example

White with #009CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009CDC; }

 p { color: rgb(0,156,220); }

 H1.HeaderClassName
 {
   color: #009CDC;
 }
 .AnyTagClassName
 {
   color: #009CDC;
 }
</style>

background-color css

<style>
 a { background-color: #009CDC; }

 a { background-color: rgb(0,156,220); }

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

border-color css

<style>
 span { border-color: #009CDC; }

 span { border-color: rgb(0,156,220); }

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