Html Css Color HEX #028DBF Bondi Blue

📋 copy color: '#028DBF'

red 2 ◦ green 141 ◦ blue 191

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

Shades of Bondi Blue #028DBF

Tints of Bondi Blue #028DBF

RGB

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

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

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

R = 0.6%
G = 42.22%
B = 57.19%

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

#028DBF (or 0x028DBF) is known color: Bondi Blue. HEX triplet: 02, 8D and BF. RGB value is (2,141,191). Sum of RGB (Red+Green+Blue) = 2+141+191=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #028DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DBF is #FD7240. Grayscale: #686868. Windows color (decimal): -16609857 or 12553474. OLE color: 12553474.

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

Color convert

RGB 2 141 191 -
CMYK 0.99 0.26 0 0.25
HSL 195.87º 0.98% 0.38% -
HSV(B) 195.87º 0.99% 0.75% -
XYZ 18.95 22.82 52.7 -
YUV 105.14 176.45 54.43 -
System Red Green Blue C M Y K H S L
Decimal 2 141 191 0.99 0.26 0 0.25 195.87 0.98 0.38
Hex 2 8D BF 63 1A 0 19 C4 62 26
Octal 2 215 277 143 32 0 31 304 142 46
Binary 10 10001101 10111111 1100011 11010 0 11001 11000100 1100010 100110

Color Harmonies of #028DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DBF

Black with #028DBF

Text Example


Text Example

White with #028DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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