Html Css Color HEX #028BAD Bondi Blue

📋 copy color: '#028BAD'

red 2 ◦ green 139 ◦ blue 173

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

Shades of Bondi Blue #028BAD

Tints of Bondi Blue #028BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 0.64%
G = 44.27%
B = 55.1%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#028BAD (or 0x028BAD) is known color: Bondi Blue. HEX triplet: 02, 8B and AD. RGB value is (2,139,173). Sum of RGB (Red+Green+Blue) = 2+139+173=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #028BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BAD is #FD7452. Grayscale: #656565. Windows color (decimal): -16610387 or 11373314. OLE color: 11373314.

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

Color convert

RGB 2 139 173 -
CMYK 0.99 0.20 0 0.32
HSL 191.93º 0.98% 0.34% -
HSV(B) 191.93º 0.99% 0.68% -
XYZ 16.8 21.5 42.8 -
YUV 101.91 168.11 56.74 -
System Red Green Blue C M Y K H S L
Decimal 2 139 173 0.99 0.20 0 0.32 191.93 0.98 0.34
Hex 2 8B AD 63 14 0 20 C0 62 22
Octal 2 213 255 143 24 0 40 300 142 42
Binary 10 10001011 10101101 1100011 10100 0 100000 11000000 1100010 100010

Color Harmonies of #028BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BAD

Black with #028BAD

Text Example


Text Example

White with #028BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,139,173); }

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

background-color css

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

 a { background-color: rgb(2,139,173); }

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

border-color css

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

 span { border-color: rgb(2,139,173); }

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