Html Css Color HEX #028BAF Bondi Blue

📋 copy color: '#028BAF'

red 2 ◦ green 139 ◦ blue 175

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

Shades of Bondi Blue #028BAF

Tints of Bondi Blue #028BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 0.63%
G = 43.99%
B = 55.38%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#028BAF (or 0x028BAF) is known color: Bondi Blue. HEX triplet: 02, 8B and AF. RGB value is (2,139,175). Sum of RGB (Red+Green+Blue) = 2+139+175=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 139 (54.69% from 255 or 43.99% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #028BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BAF is #FD7450. Grayscale: #656565. Windows color (decimal): -16610385 or 11504386. OLE color: 11504386.

HSL color Cylindrical-coordinate representation of color #028BAF: hue angle of 192.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BAF is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 139 175 -
CMYK 0.99 0.21 0 0.31
HSL 192.49º 0.98% 0.35% -
HSV(B) 192.49º 0.99% 0.69% -
XYZ 17 21.57 43.83 -
YUV 102.14 169.11 56.57 -
System Red Green Blue C M Y K H S L
Decimal 2 139 175 0.99 0.21 0 0.31 192.49 0.98 0.35
Hex 2 8B AF 63 15 0 1F C0 62 23
Octal 2 213 257 143 25 0 37 300 142 43
Binary 10 10001011 10101111 1100011 10101 0 11111 11000000 1100010 100011

Color Harmonies of #028BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BAF

Black with #028BAF

Text Example


Text Example

White with #028BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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