Html Css Color HEX #028BBA Bondi Blue

📋 copy color: '#028BBA'

red 2 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #028BBA

Tints of Bondi Blue #028BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 0.61%
G = 42.51%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#028BBA (or 0x028BBA) is known color: Bondi Blue. HEX triplet: 02, 8B and BA. RGB value is (2,139,186). Sum of RGB (Red+Green+Blue) = 2+139+186=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #028BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BBA is #FD7445. Grayscale: #676767. Windows color (decimal): -16610374 or 12225282. OLE color: 12225282.

HSL color Cylindrical-coordinate representation of color #028BBA: hue angle of 195.33º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BBA is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 139 186 -
CMYK 0.99 0.25 0 0.27
HSL 195.33º 0.98% 0.37% -
HSV(B) 195.33º 0.99% 0.73% -
XYZ 18.12 22.02 49.75 -
YUV 103.4 174.61 55.68 -
System Red Green Blue C M Y K H S L
Decimal 2 139 186 0.99 0.25 0 0.27 195.33 0.98 0.37
Hex 2 8B BA 63 19 0 1B C3 62 25
Octal 2 213 272 143 31 0 33 303 142 45
Binary 10 10001011 10111010 1100011 11001 0 11011 11000011 1100010 100101

Color Harmonies of #028BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BBA

Black with #028BBA

Text Example


Text Example

White with #028BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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