Html Css Color HEX #039BC9 Pacific Blue

📋 copy color: '#039BC9'

red 3 ◦ green 155 ◦ blue 201

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

Shades of Pacific Blue #039BC9

Tints of Pacific Blue #039BC9

RGB

 RED value IS 3 (1.56% from 255) = 0.84%

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 201 (78.91% from 255) = 55.99%

R = 0.84%
G = 43.18%
B = 55.99%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#039BC9 (or 0x039BC9) is known color: Pacific Blue. HEX triplet: 03, 9B and C9. RGB value is (3,155,201). Sum of RGB (Red+Green+Blue) = 3+155+201=359 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #039BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BC9 is #FC6436. Grayscale: #727272. Windows color (decimal): -16540727 or 13212419. OLE color: 13212419.

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

Color convert

RGB 3 155 201 -
CMYK 0.99 0.23 0 0.21
HSL 193.94º 0.97% 0.4% -
HSV(B) 193.94º 0.99% 0.79% -
XYZ 22.3 27.68 59.43 -
YUV 114.8 176.64 48.26 -
System Red Green Blue C M Y K H S L
Decimal 3 155 201 0.99 0.23 0 0.21 193.94 0.97 0.4
Hex 3 9B C9 63 17 0 15 C2 61 28
Octal 3 233 311 143 27 0 25 302 141 50
Binary 11 10011011 11001001 1100011 10111 0 10101 11000010 1100001 101000

Color Harmonies of #039BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BC9

Black with #039BC9

Text Example


Text Example

White with #039BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039BC9; }

 p { color: rgb(3,155,201); }

 H1.HeaderClassName
 {
   color: #039BC9;
 }
 .AnyTagClassName
 {
   color: #039BC9;
 }
</style>

background-color css

<style>
 a { background-color: #039BC9; }

 a { background-color: rgb(3,155,201); }

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

border-color css

<style>
 span { border-color: #039BC9; }

 span { border-color: rgb(3,155,201); }

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