Html Css Color HEX #028ACC Pacific Blue

📋 copy color: '#028ACC'

red 2 ◦ green 138 ◦ blue 204

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

Shades of Pacific Blue #028ACC

Tints of Pacific Blue #028ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.12%

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

R = 0.58%
G = 40.12%
B = 59.3%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#028ACC (or 0x028ACC) is known color: Pacific Blue. HEX triplet: 02, 8A and CC. RGB value is (2,138,204). Sum of RGB (Red+Green+Blue) = 2+138+204=344 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #028ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ACC is #FD7533. Grayscale: #686868. Windows color (decimal): -16610612 or 13404674. OLE color: 13404674.

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

Color convert

RGB 2 138 204 -
CMYK 0.99 0.32 0 0.2
HSL 199.6º 0.98% 0.4% -
HSV(B) 199.6º 0.99% 0.8% -
XYZ 20.01 22.55 60.42 -
YUV 104.86 183.94 54.63 -
System Red Green Blue C M Y K H S L
Decimal 2 138 204 0.99 0.32 0 0.2 199.6 0.98 0.4
Hex 2 8A CC 63 20 0 14 C8 62 28
Octal 2 212 314 143 40 0 24 310 142 50
Binary 10 10001010 11001100 1100011 100000 0 10100 11001000 1100010 101000

Color Harmonies of #028ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ACC

Black with #028ACC

Text Example


Text Example

White with #028ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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