Html Css Color HEX #028ACE Pacific Blue

📋 copy color: '#028ACE'

red 2 ◦ green 138 ◦ blue 206

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

Shades of Pacific Blue #028ACE

Tints of Pacific Blue #028ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 0.58%
G = 39.88%
B = 59.54%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#028ACE (or 0x028ACE) is known color: Pacific Blue. HEX triplet: 02, 8A and CE. RGB value is (2,138,206). Sum of RGB (Red+Green+Blue) = 2+138+206=346 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #028ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ACE is #FD7531. Grayscale: #686868. Windows color (decimal): -16610610 or 13535746. OLE color: 13535746.

HSL color Cylindrical-coordinate representation of color #028ACE: hue angle of 200º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028ACE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 138 206 -
CMYK 0.99 0.33 0 0.19
HSL 200º 0.98% 0.41% -
HSV(B) 200º 0.99% 0.81% -
XYZ 20.25 22.65 61.7 -
YUV 105.09 184.94 54.47 -
System Red Green Blue C M Y K H S L
Decimal 2 138 206 0.99 0.33 0 0.19 200 0.98 0.41
Hex 2 8A CE 63 21 0 13 C8 62 29
Octal 2 212 316 143 41 0 23 310 142 51
Binary 10 10001010 11001110 1100011 100001 0 10011 11001000 1100010 101001

Color Harmonies of #028ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ACE

Black with #028ACE

Text Example


Text Example

White with #028ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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