Html Css Color HEX #028DB6 Bondi Blue

📋 copy color: '#028DB6'

red 2 ◦ green 141 ◦ blue 182

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

Shades of Bondi Blue #028DB6

Tints of Bondi Blue #028DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 56%

R = 0.62%
G = 43.38%
B = 56%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#028DB6 (or 0x028DB6) is known color: Bondi Blue. HEX triplet: 02, 8D and B6. RGB value is (2,141,182). Sum of RGB (Red+Green+Blue) = 2+141+182=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #028DB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DB6 is #FD7249. Grayscale: #676767. Windows color (decimal): -16609866 or 11963650. OLE color: 11963650.

HSL color Cylindrical-coordinate representation of color #028DB6: hue angle of 193.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DB6 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 141 182 -
CMYK 0.99 0.23 0 0.29
HSL 193.67º 0.98% 0.36% -
HSV(B) 193.67º 0.99% 0.71% -
XYZ 17.99 22.44 47.64 -
YUV 104.11 171.95 55.17 -
System Red Green Blue C M Y K H S L
Decimal 2 141 182 0.99 0.23 0 0.29 193.67 0.98 0.36
Hex 2 8D B6 63 17 0 1D C2 62 24
Octal 2 215 266 143 27 0 35 302 142 44
Binary 10 10001101 10110110 1100011 10111 0 11101 11000010 1100010 100100

Color Harmonies of #028DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DB6

Black with #028DB6

Text Example


Text Example

White with #028DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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