Html Css Color HEX #028ABA Bondi Blue

📋 copy color: '#028ABA'

red 2 ◦ green 138 ◦ blue 186

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

Shades of Bondi Blue #028ABA

Tints of Bondi Blue #028ABA

RGB

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

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

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

R = 0.61%
G = 42.33%
B = 57.06%

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

#028ABA (or 0x028ABA) is known color: Bondi Blue. HEX triplet: 02, 8A and BA. RGB value is (2,138,186). Sum of RGB (Red+Green+Blue) = 2+138+186=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #028ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ABA is #FD7545. Grayscale: #666666. Windows color (decimal): -16610630 or 12225026. OLE color: 12225026.

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

Color convert

RGB 2 138 186 -
CMYK 0.99 0.26 0 0.27
HSL 195.65º 0.98% 0.37% -
HSV(B) 195.65º 0.99% 0.73% -
XYZ 17.98 21.74 49.7 -
YUV 102.81 174.94 56.1 -
System Red Green Blue C M Y K H S L
Decimal 2 138 186 0.99 0.26 0 0.27 195.65 0.98 0.37
Hex 2 8A BA 63 1A 0 1B C4 62 25
Octal 2 212 272 143 32 0 33 304 142 45
Binary 10 10001010 10111010 1100011 11010 0 11011 11000100 1100010 100101

Color Harmonies of #028ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028ABA

Black with #028ABA

Text Example


Text Example

White with #028ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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