Html Css Color HEX #028BBB Bondi Blue

📋 copy color: '#028BBB'

red 2 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #028BBB

Tints of Bondi Blue #028BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 0.61%
G = 42.38%
B = 57.01%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#028BBB (or 0x028BBB) is known color: Bondi Blue. HEX triplet: 02, 8B and BB. RGB value is (2,139,187). Sum of RGB (Red+Green+Blue) = 2+139+187=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #028BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BBB is #FD7444. Grayscale: #676767. Windows color (decimal): -16610373 or 12290818. OLE color: 12290818.

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

Color convert

RGB 2 139 187 -
CMYK 0.99 0.26 0 0.27
HSL 195.57º 0.98% 0.37% -
HSV(B) 195.57º 0.99% 0.73% -
XYZ 18.23 22.07 50.31 -
YUV 103.51 175.11 55.6 -
System Red Green Blue C M Y K H S L
Decimal 2 139 187 0.99 0.26 0 0.27 195.57 0.98 0.37
Hex 2 8B BB 63 1A 0 1B C4 62 25
Octal 2 213 273 143 32 0 33 304 142 45
Binary 10 10001011 10111011 1100011 11010 0 11011 11000100 1100010 100101

Color Harmonies of #028BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BBB

Black with #028BBB

Text Example


Text Example

White with #028BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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