Html Css Color HEX #028EC6 Pacific Blue

📋 copy color: '#028EC6'

red 2 ◦ green 142 ◦ blue 198

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

Shades of Pacific Blue #028EC6

Tints of Pacific Blue #028EC6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.52%

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

R = 0.58%
G = 41.52%
B = 57.89%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#028EC6 (or 0x028EC6) is known color: Pacific Blue. HEX triplet: 02, 8E and C6. RGB value is (2,142,198). Sum of RGB (Red+Green+Blue) = 2+142+198=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #028EC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EC6 is #FD7139. Grayscale: #6A6A6A. Windows color (decimal): -16609594 or 13012482. OLE color: 13012482.

HSL color Cylindrical-coordinate representation of color #028EC6: hue angle of 197.14º 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 #028EC6 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 142 198 -
CMYK 0.99 0.28 0 0.22
HSL 197.14º 0.98% 0.39% -
HSV(B) 197.14º 0.99% 0.78% -
XYZ 19.89 23.44 56.9 -
YUV 106.52 179.62 53.45 -
System Red Green Blue C M Y K H S L
Decimal 2 142 198 0.99 0.28 0 0.22 197.14 0.98 0.39
Hex 2 8E C6 63 1C 0 16 C5 62 27
Octal 2 216 306 143 34 0 26 305 142 47
Binary 10 10001110 11000110 1100011 11100 0 10110 11000101 1100010 100111

Color Harmonies of #028EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EC6

Black with #028EC6

Text Example


Text Example

White with #028EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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