Html Css Color HEX #039BCE Pacific Blue

📋 copy color: '#039BCE'

red 3 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #039BCE

Tints of Pacific Blue #039BCE

RGB

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

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

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

R = 0.82%
G = 42.58%
B = 56.59%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#039BCE (or 0x039BCE) is known color: Pacific Blue. HEX triplet: 03, 9B and CE. RGB value is (3,155,206). Sum of RGB (Red+Green+Blue) = 3+155+206=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #039BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #039BCE is #FC6431. Grayscale: #737373. Windows color (decimal): -16540722 or 13540099. OLE color: 13540099.

HSL color Cylindrical-coordinate representation of color #039BCE: hue angle of 195.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039BCE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 155 206 -
CMYK 0.99 0.25 0 0.19
HSL 195.07º 0.97% 0.41% -
HSV(B) 195.07º 0.99% 0.81% -
XYZ 22.9 27.92 62.57 -
YUV 115.37 179.14 47.85 -
System Red Green Blue C M Y K H S L
Decimal 3 155 206 0.99 0.25 0 0.19 195.07 0.97 0.41
Hex 3 9B CE 63 19 0 13 C3 61 29
Octal 3 233 316 143 31 0 23 303 141 51
Binary 11 10011011 11001110 1100011 11001 0 10011 11000011 1100001 101001

Color Harmonies of #039BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039BCE

Black with #039BCE

Text Example


Text Example

White with #039BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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