Html Css Color HEX #009FDC Pacific Blue

📋 copy color: '#009FDC'

red 0 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #009FDC

Tints of Pacific Blue #009FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.95%

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

R = 0%
G = 41.95%
B = 58.05%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#009FDC (or 0x009FDC) is known color: Pacific Blue. HEX triplet: 00, 9F and DC. RGB value is (0,159,220). Sum of RGB (Red+Green+Blue) = 0+159+220=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #009FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FDC is #FF6023. Grayscale: #767676. Windows color (decimal): -16736292 or 14458624. OLE color: 14458624.

HSL color Cylindrical-coordinate representation of color #009FDC: hue angle of 196.64º 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 #009FDC is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 159 220 -
CMYK 1 0.28 0 0.14
HSL 196.64º 1% 0.43% -
HSV(B) 196.64º 1% 0.86% -
XYZ 25.32 29.96 72.16 -
YUV 118.41 185.32 43.54 -
System Red Green Blue C M Y K H S L
Decimal 0 159 220 1 0.28 0 0.14 196.64 1 0.43
Hex 0 9F DC 64 1C 0 E C5 64 2B
Octal 0 237 334 144 34 0 16 305 144 53
Binary 0 10011111 11011100 1100100 11100 0 1110 11000101 1100100 101011

Color Harmonies of #009FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FDC

Black with #009FDC

Text Example


Text Example

White with #009FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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