Html Css Color HEX #009FCA Pacific Blue

📋 copy color: '#009FCA'

red 0 ◦ green 159 ◦ blue 202

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

Shades of Pacific Blue #009FCA

Tints of Pacific Blue #009FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.96%

R = 0%
G = 44.04%
B = 55.96%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#009FCA (or 0x009FCA) is known color: Pacific Blue. HEX triplet: 00, 9F and CA. RGB value is (0,159,202). Sum of RGB (Red+Green+Blue) = 0+159+202=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #009FCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FCA is #FF6035. Grayscale: #747474. Windows color (decimal): -16736310 or 13278976. OLE color: 13278976.

HSL color Cylindrical-coordinate representation of color #009FCA: hue angle of 192.77º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FCA is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 159 202 -
CMYK 1 0.21 0 0.21
HSL 192.77º 1% 0.4% -
HSV(B) 192.77º 1% 0.79% -
XYZ 23.06 29.06 60.27 -
YUV 116.36 176.32 45 -
System Red Green Blue C M Y K H S L
Decimal 0 159 202 1 0.21 0 0.21 192.77 1 0.4
Hex 0 9F CA 64 15 0 15 C1 64 28
Octal 0 237 312 144 25 0 25 301 144 50
Binary 0 10011111 11001010 1100100 10101 0 10101 11000001 1100100 101000

Color Harmonies of #009FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FCA

Black with #009FCA

Text Example


Text Example

White with #009FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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