Html Css Color HEX #028CBC Bondi Blue

📋 copy color: '#028CBC'

red 2 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #028CBC

Tints of Bondi Blue #028CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.97%

R = 0.61%
G = 42.42%
B = 56.97%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#028CBC (or 0x028CBC) is known color: Bondi Blue. HEX triplet: 02, 8C and BC. RGB value is (2,140,188). Sum of RGB (Red+Green+Blue) = 2+140+188=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #028CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CBC is #FD7343. Grayscale: #676767. Windows color (decimal): -16610116 or 12356610. OLE color: 12356610.

HSL color Cylindrical-coordinate representation of color #028CBC: hue angle of 195.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CBC is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 140 188 -
CMYK 0.99 0.26 0 0.26
HSL 195.48º 0.98% 0.37% -
HSV(B) 195.48º 0.99% 0.74% -
XYZ 18.48 22.4 50.93 -
YUV 104.21 175.28 55.1 -
System Red Green Blue C M Y K H S L
Decimal 2 140 188 0.99 0.26 0 0.26 195.48 0.98 0.37
Hex 2 8C BC 63 1A 0 1A C3 62 25
Octal 2 214 274 143 32 0 32 303 142 45
Binary 10 10001100 10111100 1100011 11010 0 11010 11000011 1100010 100101

Color Harmonies of #028CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CBC

Black with #028CBC

Text Example


Text Example

White with #028CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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