Html Css Color HEX #009FD0 Pacific Blue

📋 copy color: '#009FD0'

red 0 ◦ green 159 ◦ blue 208

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

Shades of Pacific Blue #009FD0

Tints of Pacific Blue #009FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 0%
G = 43.32%
B = 56.68%

CMYK

 C value IS 1

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#009FD0 (or 0x009FD0) is known color: Pacific Blue. HEX triplet: 00, 9F and D0. RGB value is (0,159,208). Sum of RGB (Red+Green+Blue) = 0+159+208=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #009FD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FD0 is #FF602F. Grayscale: #747474. Windows color (decimal): -16736304 or 13672192. OLE color: 13672192.

HSL color Cylindrical-coordinate representation of color #009FD0: hue angle of 194.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FD0 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 159 208 -
CMYK 1 0.24 0 0.18
HSL 194.13º 1% 0.41% -
HSV(B) 194.13º 1% 0.82% -
XYZ 23.78 29.35 64.09 -
YUV 117.05 179.32 44.52 -
System Red Green Blue C M Y K H S L
Decimal 0 159 208 1 0.24 0 0.18 194.13 1 0.41
Hex 0 9F D0 64 18 0 12 C2 64 29
Octal 0 237 320 144 30 0 22 302 144 51
Binary 0 10011111 11010000 1100100 11000 0 10010 11000010 1100100 101001

Color Harmonies of #009FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FD0

Black with #009FD0

Text Example


Text Example

White with #009FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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