Html Css Color HEX #028FB1 Bondi Blue

📋 copy color: '#028FB1'

red 2 ◦ green 143 ◦ blue 177

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

Shades of Bondi Blue #028FB1

Tints of Bondi Blue #028FB1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44.41%

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

R = 0.62%
G = 44.41%
B = 54.97%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#028FB1 (or 0x028FB1) is known color: Bondi Blue. HEX triplet: 02, 8F and B1. RGB value is (2,143,177). Sum of RGB (Red+Green+Blue) = 2+143+177=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 177 (69.53% from 255 or 54.97% from 322); Max value from RGB is 177 - color contains mainly: blue. Hex color #028FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028FB1 is #FD704E. Grayscale: #686868. Windows color (decimal): -16609359 or 11636482. OLE color: 11636482.

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

Color convert

RGB 2 143 177 -
CMYK 0.99 0.19 0 0.31
HSL 191.66º 0.98% 0.35% -
HSV(B) 191.66º 0.99% 0.69% -
XYZ 17.78 22.83 45.06 -
YUV 104.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 2 143 177 0.99 0.19 0 0.31 191.66 0.98 0.35
Hex 2 8F B1 63 13 0 1F C0 62 23
Octal 2 217 261 143 23 0 37 300 142 43
Binary 10 10001111 10110001 1100011 10011 0 11111 11000000 1100010 100011

Color Harmonies of #028FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028FB1

Black with #028FB1

Text Example


Text Example

White with #028FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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