Html Css Color HEX #028CB1 Bondi Blue

📋 copy color: '#028CB1'

red 2 ◦ green 140 ◦ blue 177

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

Shades of Bondi Blue #028CB1

Tints of Bondi Blue #028CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 55.49%

R = 0.63%
G = 43.89%
B = 55.49%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#028CB1 (or 0x028CB1) is known color: Bondi Blue. HEX triplet: 02, 8C and B1. RGB value is (2,140,177). Sum of RGB (Red+Green+Blue) = 2+140+177=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #028CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028CB1 is #FD734E. Grayscale: #666666. Windows color (decimal): -16610127 or 11635714. OLE color: 11635714.

HSL color Cylindrical-coordinate representation of color #028CB1: hue angle of 192.69º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028CB1 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 140 177 -
CMYK 0.99 0.21 0 0.31
HSL 192.69º 0.98% 0.35% -
HSV(B) 192.69º 0.99% 0.69% -
XYZ 17.34 21.94 44.92 -
YUV 102.96 169.78 55.99 -
System Red Green Blue C M Y K H S L
Decimal 2 140 177 0.99 0.21 0 0.31 192.69 0.98 0.35
Hex 2 8C B1 63 15 0 1F C1 62 23
Octal 2 214 261 143 25 0 37 301 142 43
Binary 10 10001100 10110001 1100011 10101 0 11111 11000001 1100010 100011

Color Harmonies of #028CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CB1

Black with #028CB1

Text Example


Text Example

White with #028CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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