Html Css Color HEX #028ECE Pacific Blue

📋 copy color: '#028ECE'

red 2 ◦ green 142 ◦ blue 206

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

Shades of Pacific Blue #028ECE

Tints of Pacific Blue #028ECE

RGB

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

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

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

R = 0.57%
G = 40.57%
B = 58.86%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#028ECE (or 0x028ECE) is known color: Pacific Blue. HEX triplet: 02, 8E and CE. RGB value is (2,142,206). Sum of RGB (Red+Green+Blue) = 2+142+206=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #028ECE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ECE is #FD7131. Grayscale: #6B6B6B. Windows color (decimal): -16609586 or 13536770. OLE color: 13536770.

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

Color convert

RGB 2 142 206 -
CMYK 0.99 0.31 0 0.19
HSL 198.82º 0.98% 0.41% -
HSV(B) 198.82º 0.99% 0.81% -
XYZ 20.84 23.82 61.89 -
YUV 107.44 183.62 52.8 -
System Red Green Blue C M Y K H S L
Decimal 2 142 206 0.99 0.31 0 0.19 198.82 0.98 0.41
Hex 2 8E CE 63 1F 0 13 C7 62 29
Octal 2 216 316 143 37 0 23 307 142 51
Binary 10 10001110 11001110 1100011 11111 0 10011 11000111 1100010 101001

Color Harmonies of #028ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ECE

Black with #028ECE

Text Example


Text Example

White with #028ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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