Html Css Color HEX #028BBE Bondi Blue

📋 copy color: '#028BBE'

red 2 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #028BBE

Tints of Bondi Blue #028BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.4%

R = 0.6%
G = 41.99%
B = 57.4%

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

#028BBE (or 0x028BBE) is known color: Bondi Blue. HEX triplet: 02, 8B and BE. RGB value is (2,139,190). Sum of RGB (Red+Green+Blue) = 2+139+190=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #028BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028BBE is #FD7441. Grayscale: #676767. Windows color (decimal): -16610370 or 12487426. OLE color: 12487426.

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

Color convert

RGB 2 139 190 -
CMYK 0.99 0.27 0 0.25
HSL 196.28º 0.98% 0.38% -
HSV(B) 196.28º 0.99% 0.75% -
XYZ 18.55 22.2 52.02 -
YUV 103.85 176.61 55.35 -
System Red Green Blue C M Y K H S L
Decimal 2 139 190 0.99 0.27 0 0.25 196.28 0.98 0.38
Hex 2 8B BE 63 1B 0 19 C4 62 26
Octal 2 213 276 143 33 0 31 304 142 46
Binary 10 10001011 10111110 1100011 11011 0 11001 11000100 1100010 100110

Color Harmonies of #028BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BBE

Black with #028BBE

Text Example


Text Example

White with #028BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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