Html Css Color HEX #028AB9 Bondi Blue

📋 copy color: '#028AB9'

red 2 ◦ green 138 ◦ blue 185

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

Shades of Bondi Blue #028AB9

Tints of Bondi Blue #028AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.46%

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

R = 0.62%
G = 42.46%
B = 56.92%

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

#028AB9 (or 0x028AB9) is known color: Bondi Blue. HEX triplet: 02, 8A and B9. RGB value is (2,138,185). Sum of RGB (Red+Green+Blue) = 2+138+185=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #028AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028AB9 is #FD7546. Grayscale: #666666. Windows color (decimal): -16610631 or 12159490. OLE color: 12159490.

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

Color convert

RGB 2 138 185 -
CMYK 0.99 0.25 0 0.27
HSL 195.41º 0.98% 0.37% -
HSV(B) 195.41º 0.99% 0.73% -
XYZ 17.87 21.69 49.14 -
YUV 102.69 174.44 56.18 -
System Red Green Blue C M Y K H S L
Decimal 2 138 185 0.99 0.25 0 0.27 195.41 0.98 0.37
Hex 2 8A B9 63 19 0 1B C3 62 25
Octal 2 212 271 143 31 0 33 303 142 45
Binary 10 10001010 10111001 1100011 11001 0 11011 11000011 1100010 100101

Color Harmonies of #028AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028AB9

Black with #028AB9

Text Example


Text Example

White with #028AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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