Html Css Color HEX #009FCF Pacific Blue

📋 copy color: '#009FCF'

red 0 ◦ green 159 ◦ blue 207

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

Shades of Pacific Blue #009FCF

Tints of Pacific Blue #009FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 0%
G = 43.44%
B = 56.56%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#009FCF (or 0x009FCF) is known color: Pacific Blue. HEX triplet: 00, 9F and CF. RGB value is (0,159,207). Sum of RGB (Red+Green+Blue) = 0+159+207=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #009FCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FCF is #FF6030. Grayscale: #747474. Windows color (decimal): -16736305 or 13606656. OLE color: 13606656.

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

Color convert

RGB 0 159 207 -
CMYK 1 0.23 0 0.19
HSL 193.91º 1% 0.41% -
HSV(B) 193.91º 1% 0.81% -
XYZ 23.66 29.3 63.44 -
YUV 116.93 178.82 44.6 -
System Red Green Blue C M Y K H S L
Decimal 0 159 207 1 0.23 0 0.19 193.91 1 0.41
Hex 0 9F CF 64 17 0 13 C2 64 29
Octal 0 237 317 144 27 0 23 302 144 51
Binary 0 10011111 11001111 1100100 10111 0 10011 11000010 1100100 101001

Color Harmonies of #009FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FCF

Black with #009FCF

Text Example


Text Example

White with #009FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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