Html Css Color HEX #028BB9 Bondi Blue

📋 copy color: '#028BB9'

red 2 ◦ green 139 ◦ blue 185

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

Shades of Bondi Blue #028BB9

Tints of Bondi Blue #028BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.75%

R = 0.61%
G = 42.64%
B = 56.75%

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

#028BB9 (or 0x028BB9) is known color: Bondi Blue. HEX triplet: 02, 8B and B9. RGB value is (2,139,185). Sum of RGB (Red+Green+Blue) = 2+139+185=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #028BB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BB9 is #FD7446. Grayscale: #666666. Windows color (decimal): -16610375 or 12159746. OLE color: 12159746.

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

Color convert

RGB 2 139 185 -
CMYK 0.99 0.25 0 0.27
HSL 195.08º 0.98% 0.37% -
HSV(B) 195.08º 0.99% 0.73% -
XYZ 18.01 21.98 49.19 -
YUV 103.28 174.11 55.76 -
System Red Green Blue C M Y K H S L
Decimal 2 139 185 0.99 0.25 0 0.27 195.08 0.98 0.37
Hex 2 8B B9 63 19 0 1B C3 62 25
Octal 2 213 271 143 31 0 33 303 142 45
Binary 10 10001011 10111001 1100011 11001 0 11011 11000011 1100010 100101

Color Harmonies of #028BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BB9

Black with #028BB9

Text Example


Text Example

White with #028BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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