Html Css Color HEX #028EBB Bondi Blue

📋 copy color: '#028EBB'

red 2 ◦ green 142 ◦ blue 187

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

Shades of Bondi Blue #028EBB

Tints of Bondi Blue #028EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.9%

 BLUE value IS 187 (73.44% from 255) = 56.5%

R = 0.6%
G = 42.9%
B = 56.5%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#028EBB (or 0x028EBB) is known color: Bondi Blue. HEX triplet: 02, 8E and BB. RGB value is (2,142,187). Sum of RGB (Red+Green+Blue) = 2+142+187=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #028EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028EBB is #FD7144. Grayscale: #686868. Windows color (decimal): -16609605 or 12291586. OLE color: 12291586.

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

Color convert

RGB 2 142 187 -
CMYK 0.99 0.24 0 0.27
HSL 194.59º 0.98% 0.37% -
HSV(B) 194.59º 0.99% 0.73% -
XYZ 18.67 22.95 50.46 -
YUV 105.27 174.12 54.34 -
System Red Green Blue C M Y K H S L
Decimal 2 142 187 0.99 0.24 0 0.27 194.59 0.98 0.37
Hex 2 8E BB 63 18 0 1B C3 62 25
Octal 2 216 273 143 30 0 33 303 142 45
Binary 10 10001110 10111011 1100011 11000 0 11011 11000011 1100010 100101

Color Harmonies of #028EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028EBB

Black with #028EBB

Text Example


Text Example

White with #028EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,142,187); }

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

background-color css

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

 a { background-color: rgb(2,142,187); }

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

border-color css

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

 span { border-color: rgb(2,142,187); }

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