Html Css Color HEX #028CC0 Bondi Blue

📋 copy color: '#028CC0'

red 2 ◦ green 140 ◦ blue 192

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

Shades of Bondi Blue #028CC0

Tints of Bondi Blue #028CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.92%

 BLUE value IS 192 (75.39% from 255) = 57.49%

R = 0.6%
G = 41.92%
B = 57.49%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#028CC0 (or 0x028CC0) is known color: Bondi Blue. HEX triplet: 02, 8C and C0. RGB value is (2,140,192). Sum of RGB (Red+Green+Blue) = 2+140+192=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #028CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CC0 is #FD733F. Grayscale: #686868. Windows color (decimal): -16610112 or 12618754. OLE color: 12618754.

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

Color convert

RGB 2 140 192 -
CMYK 0.99 0.27 0 0.25
HSL 196.42º 0.98% 0.38% -
HSV(B) 196.42º 0.99% 0.75% -
XYZ 18.92 22.57 53.23 -
YUV 104.67 177.28 54.77 -
System Red Green Blue C M Y K H S L
Decimal 2 140 192 0.99 0.27 0 0.25 196.42 0.98 0.38
Hex 2 8C C0 63 1B 0 19 C4 62 26
Octal 2 214 300 143 33 0 31 304 142 46
Binary 10 10001100 11000000 1100011 11011 0 11001 11000100 1100010 100110

Color Harmonies of #028CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CC0

Black with #028CC0

Text Example


Text Example

White with #028CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,140,192); }

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

background-color css

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

 a { background-color: rgb(2,140,192); }

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

border-color css

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

 span { border-color: rgb(2,140,192); }

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