Html Css Color HEX #028BC6 Pacific Blue

📋 copy color: '#028BC6'

red 2 ◦ green 139 ◦ blue 198

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

Shades of Pacific Blue #028BC6

Tints of Pacific Blue #028BC6

RGB

 RED value IS 2 (1.17% from 255) = 0.59%

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 198 (77.73% from 255) = 58.41%

R = 0.59%
G = 41%
B = 58.41%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#028BC6 (or 0x028BC6) is known color: Pacific Blue. HEX triplet: 02, 8B and C6. RGB value is (2,139,198). Sum of RGB (Red+Green+Blue) = 2+139+198=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #028BC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BC6 is #FD7439. Grayscale: #686868. Windows color (decimal): -16610362 or 13011714. OLE color: 13011714.

HSL color Cylindrical-coordinate representation of color #028BC6: hue angle of 198.06º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BC6 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 139 198 -
CMYK 0.99 0.30 0 0.22
HSL 198.06º 0.98% 0.39% -
HSV(B) 198.06º 0.99% 0.78% -
XYZ 19.45 22.56 56.75 -
YUV 104.76 180.61 54.7 -
System Red Green Blue C M Y K H S L
Decimal 2 139 198 0.99 0.30 0 0.22 198.06 0.98 0.39
Hex 2 8B C6 63 1E 0 16 C6 62 27
Octal 2 213 306 143 36 0 26 306 142 47
Binary 10 10001011 11000110 1100011 11110 0 10110 11000110 1100010 100111

Color Harmonies of #028BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BC6

Black with #028BC6

Text Example


Text Example

White with #028BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028BC6; }

 p { color: rgb(2,139,198); }

 H1.HeaderClassName
 {
   color: #028BC6;
 }
 .AnyTagClassName
 {
   color: #028BC6;
 }
</style>

background-color css

<style>
 a { background-color: #028BC6; }

 a { background-color: rgb(2,139,198); }

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

border-color css

<style>
 span { border-color: #028BC6; }

 span { border-color: rgb(2,139,198); }

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