Html Css Color HEX #028DC2 Bondi Blue

📋 copy color: '#028DC2'

red 2 ◦ green 141 ◦ blue 194

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

Shades of Bondi Blue #028DC2

Tints of Bondi Blue #028DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 57.57%

R = 0.59%
G = 41.84%
B = 57.57%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#028DC2 (or 0x028DC2) is known color: Bondi Blue. HEX triplet: 02, 8D and C2. RGB value is (2,141,194). Sum of RGB (Red+Green+Blue) = 2+141+194=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 141 (55.47% from 255 or 41.84% from 337); Blue value is 194 (76.17% from 255 or 57.57% from 337); Max value from RGB is 194 - color contains mainly: blue. Hex color #028DC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028DC2 is #FD723D. Grayscale: #696969. Windows color (decimal): -16609854 or 12750082. OLE color: 12750082.

HSL color Cylindrical-coordinate representation of color #028DC2: hue angle of 196.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028DC2 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 2 141 194 -
CMYK 0.99 0.27 0 0.24
HSL 196.56º 0.98% 0.38% -
HSV(B) 196.56º 0.99% 0.76% -
XYZ 19.29 22.96 54.45 -
YUV 105.48 177.95 54.19 -
System Red Green Blue C M Y K H S L
Decimal 2 141 194 0.99 0.27 0 0.24 196.56 0.98 0.38
Hex 2 8D C2 63 1B 0 18 C5 62 26
Octal 2 215 302 143 33 0 30 305 142 46
Binary 10 10001101 11000010 1100011 11011 0 11000 11000101 1100010 100110

Color Harmonies of #028DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028DC2

Black with #028DC2

Text Example


Text Example

White with #028DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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