Html Css Color HEX #028BBF Bondi Blue

📋 copy color: '#028BBF'

red 2 ◦ green 139 ◦ blue 191

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

Shades of Bondi Blue #028BBF

Tints of Bondi Blue #028BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.53%

R = 0.6%
G = 41.87%
B = 57.53%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#028BBF (or 0x028BBF) is known color: Bondi Blue. HEX triplet: 02, 8B and BF. RGB value is (2,139,191). Sum of RGB (Red+Green+Blue) = 2+139+191=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #028BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BBF is #FD7440. Grayscale: #676767. Windows color (decimal): -16610369 or 12552962. OLE color: 12552962.

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

Color convert

RGB 2 139 191 -
CMYK 0.99 0.27 0 0.25
HSL 196.51º 0.98% 0.38% -
HSV(B) 196.51º 0.99% 0.75% -
XYZ 18.66 22.24 52.6 -
YUV 103.97 177.11 55.27 -
System Red Green Blue C M Y K H S L
Decimal 2 139 191 0.99 0.27 0 0.25 196.51 0.98 0.38
Hex 2 8B BF 63 1B 0 19 C5 62 26
Octal 2 213 277 143 33 0 31 305 142 46
Binary 10 10001011 10111111 1100011 11011 0 11001 11000101 1100010 100110

Color Harmonies of #028BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BBF

Black with #028BBF

Text Example


Text Example

White with #028BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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