Html Css Color HEX #009FCE Pacific Blue

📋 copy color: '#009FCE'

red 0 ◦ green 159 ◦ blue 206

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

Shades of Pacific Blue #009FCE

Tints of Pacific Blue #009FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.44%

R = 0%
G = 43.56%
B = 56.44%

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

#009FCE (or 0x009FCE) is known color: Pacific Blue. HEX triplet: 00, 9F and CE. RGB value is (0,159,206). Sum of RGB (Red+Green+Blue) = 0+159+206=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #009FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FCE is #FF6031. Grayscale: #747474. Windows color (decimal): -16736306 or 13541120. OLE color: 13541120.

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

Color convert

RGB 0 159 206 -
CMYK 1 0.23 0 0.19
HSL 193.69º 1% 0.4% -
HSV(B) 193.69º 1% 0.81% -
XYZ 23.54 29.25 62.8 -
YUV 116.82 178.32 44.68 -
System Red Green Blue C M Y K H S L
Decimal 0 159 206 1 0.23 0 0.19 193.69 1 0.4
Hex 0 9F CE 64 17 0 13 C2 64 28
Octal 0 237 316 144 27 0 23 302 144 50
Binary 0 10011111 11001110 1100100 10111 0 10011 11000010 1100100 101000

Color Harmonies of #009FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009FCE

Black with #009FCE

Text Example


Text Example

White with #009FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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