Html Css Color HEX #028ECC Pacific Blue

📋 copy color: '#028ECC'

red 2 ◦ green 142 ◦ blue 204

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

Shades of Pacific Blue #028ECC

Tints of Pacific Blue #028ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 0.57%
G = 40.8%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#028ECC (or 0x028ECC) is known color: Pacific Blue. HEX triplet: 02, 8E and CC. RGB value is (2,142,204). Sum of RGB (Red+Green+Blue) = 2+142+204=348 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #028ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ECC is #FD7133. Grayscale: #6A6A6A. Windows color (decimal): -16609588 or 13405698. OLE color: 13405698.

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

Color convert

RGB 2 142 204 -
CMYK 0.99 0.30 0 0.2
HSL 198.42º 0.98% 0.4% -
HSV(B) 198.42º 0.99% 0.8% -
XYZ 20.6 23.72 60.62 -
YUV 107.21 182.62 52.96 -
System Red Green Blue C M Y K H S L
Decimal 2 142 204 0.99 0.30 0 0.2 198.42 0.98 0.4
Hex 2 8E CC 63 1E 0 14 C6 62 28
Octal 2 216 314 143 36 0 24 306 142 50
Binary 10 10001110 11001100 1100011 11110 0 10100 11000110 1100010 101000

Color Harmonies of #028ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ECC

Black with #028ECC

Text Example


Text Example

White with #028ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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