Html Css Color HEX #028AC0 Bondi Blue

📋 copy color: '#028AC0'

red 2 ◦ green 138 ◦ blue 192

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

Shades of Bondi Blue #028AC0

Tints of Bondi Blue #028AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 57.83%

R = 0.6%
G = 41.57%
B = 57.83%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#028AC0 (or 0x028AC0) is known color: Bondi Blue. HEX triplet: 02, 8A and C0. RGB value is (2,138,192). Sum of RGB (Red+Green+Blue) = 2+138+192=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #028AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028AC0 is #FD753F. Grayscale: #676767. Windows color (decimal): -16610624 or 12618242. OLE color: 12618242.

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

Color convert

RGB 2 138 192 -
CMYK 0.99 0.28 0 0.25
HSL 197.05º 0.98% 0.38% -
HSV(B) 197.05º 0.99% 0.75% -
XYZ 18.63 22 53.13 -
YUV 103.49 177.94 55.61 -
System Red Green Blue C M Y K H S L
Decimal 2 138 192 0.99 0.28 0 0.25 197.05 0.98 0.38
Hex 2 8A C0 63 1C 0 19 C5 62 26
Octal 2 212 300 143 34 0 31 305 142 46
Binary 10 10001010 11000000 1100011 11100 0 11001 11000101 1100010 100110

Color Harmonies of #028AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028AC0

Black with #028AC0

Text Example


Text Example

White with #028AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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