Html Css Color HEX #028DBE Bondi Blue

📋 copy color: '#028DBE'

red 2 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #028DBE

Tints of Bondi Blue #028DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.34%

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

R = 0.6%
G = 42.34%
B = 57.06%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#028DBE (or 0x028DBE) is known color: Bondi Blue. HEX triplet: 02, 8D and BE. RGB value is (2,141,190). Sum of RGB (Red+Green+Blue) = 2+141+190=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #028DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DBE is #FD7241. Grayscale: #686868. Windows color (decimal): -16609858 or 12487938. OLE color: 12487938.

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

Color convert

RGB 2 141 190 -
CMYK 0.99 0.26 0 0.25
HSL 195.64º 0.98% 0.38% -
HSV(B) 195.64º 0.99% 0.75% -
XYZ 18.84 22.78 52.12 -
YUV 105.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 2 141 190 0.99 0.26 0 0.25 195.64 0.98 0.38
Hex 2 8D BE 63 1A 0 19 C4 62 26
Octal 2 215 276 143 32 0 31 304 142 46
Binary 10 10001101 10111110 1100011 11010 0 11001 11000100 1100010 100110

Color Harmonies of #028DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DBE

Black with #028DBE

Text Example


Text Example

White with #028DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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