Html Css Color HEX #028FAC Bondi Blue

📋 copy color: '#028FAC'

red 2 ◦ green 143 ◦ blue 172

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

Shades of Bondi Blue #028FAC

Tints of Bondi Blue #028FAC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.11%

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 0.63%
G = 45.11%
B = 54.26%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#028FAC (or 0x028FAC) is known color: Bondi Blue. HEX triplet: 02, 8F and AC. RGB value is (2,143,172). Sum of RGB (Red+Green+Blue) = 2+143+172=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #028FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FAC is #FD7053. Grayscale: #676767. Windows color (decimal): -16609364 or 11308802. OLE color: 11308802.

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

Color convert

RGB 2 143 172 -
CMYK 0.99 0.17 0 0.33
HSL 190.24º 0.98% 0.34% -
HSV(B) 190.24º 0.99% 0.67% -
XYZ 17.29 22.64 42.49 -
YUV 104.15 166.29 55.14 -
System Red Green Blue C M Y K H S L
Decimal 2 143 172 0.99 0.17 0 0.33 190.24 0.98 0.34
Hex 2 8F AC 63 11 0 21 BE 62 22
Octal 2 217 254 143 21 0 41 276 142 42
Binary 10 10001111 10101100 1100011 10001 0 100001 10111110 1100010 100010

Color Harmonies of #028FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FAC

Black with #028FAC

Text Example


Text Example

White with #028FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,143,172); }

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

background-color css

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

 a { background-color: rgb(2,143,172); }

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

border-color css

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

 span { border-color: rgb(2,143,172); }

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