Html Css Color HEX #028BB8 Bondi Blue

📋 copy color: '#028BB8'

red 2 ◦ green 139 ◦ blue 184

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

Shades of Bondi Blue #028BB8

Tints of Bondi Blue #028BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.62%

R = 0.62%
G = 42.77%
B = 56.62%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#028BB8 (or 0x028BB8) is known color: Bondi Blue. HEX triplet: 02, 8B and B8. RGB value is (2,139,184). Sum of RGB (Red+Green+Blue) = 2+139+184=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #028BB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BB8 is #FD7447. Grayscale: #666666. Windows color (decimal): -16610376 or 12094210. OLE color: 12094210.

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

Color convert

RGB 2 139 184 -
CMYK 0.99 0.24 0 0.28
HSL 194.84º 0.98% 0.36% -
HSV(B) 194.84º 0.99% 0.72% -
XYZ 17.91 21.94 48.64 -
YUV 103.17 173.61 55.84 -
System Red Green Blue C M Y K H S L
Decimal 2 139 184 0.99 0.24 0 0.28 194.84 0.98 0.36
Hex 2 8B B8 63 18 0 1C C3 62 24
Octal 2 213 270 143 30 0 34 303 142 44
Binary 10 10001011 10111000 1100011 11000 0 11100 11000011 1100010 100100

Color Harmonies of #028BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BB8

Black with #028BB8

Text Example


Text Example

White with #028BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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