Html Css Color HEX #028EC9 Pacific Blue

📋 copy color: '#028EC9'

red 2 ◦ green 142 ◦ blue 201

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

Shades of Pacific Blue #028EC9

Tints of Pacific Blue #028EC9

RGB

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

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

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

R = 0.58%
G = 41.16%
B = 58.26%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#028EC9 (or 0x028EC9) is known color: Pacific Blue. HEX triplet: 02, 8E and C9. RGB value is (2,142,201). Sum of RGB (Red+Green+Blue) = 2+142+201=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #028EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EC9 is #FD7136. Grayscale: #6A6A6A. Windows color (decimal): -16609591 or 13209090. OLE color: 13209090.

HSL color Cylindrical-coordinate representation of color #028EC9: hue angle of 197.79º degrees, saturation: 0.98, 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 #028EC9 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 142 201 -
CMYK 0.99 0.29 0 0.21
HSL 197.79º 0.98% 0.4% -
HSV(B) 197.79º 0.99% 0.79% -
XYZ 20.24 23.58 58.74 -
YUV 106.87 181.12 53.2 -
System Red Green Blue C M Y K H S L
Decimal 2 142 201 0.99 0.29 0 0.21 197.79 0.98 0.4
Hex 2 8E C9 63 1D 0 15 C6 62 28
Octal 2 216 311 143 35 0 25 306 142 50
Binary 10 10001110 11001001 1100011 11101 0 10101 11000110 1100010 101000

Color Harmonies of #028EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EC9

Black with #028EC9

Text Example


Text Example

White with #028EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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