Html Css Color HEX #028CBE Bondi Blue

📋 copy color: '#028CBE'

red 2 ◦ green 140 ◦ blue 190

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

Shades of Bondi Blue #028CBE

Tints of Bondi Blue #028CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 0.6%
G = 42.17%
B = 57.23%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#028CBE (or 0x028CBE) is known color: Bondi Blue. HEX triplet: 02, 8C and BE. RGB value is (2,140,190). Sum of RGB (Red+Green+Blue) = 2+140+190=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #028CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028CBE is #FD7341. Grayscale: #686868. Windows color (decimal): -16610114 or 12487682. OLE color: 12487682.

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

Color convert

RGB 2 140 190 -
CMYK 0.99 0.26 0 0.25
HSL 195.96º 0.98% 0.38% -
HSV(B) 195.96º 0.99% 0.75% -
XYZ 18.7 22.49 52.07 -
YUV 104.44 176.28 54.93 -
System Red Green Blue C M Y K H S L
Decimal 2 140 190 0.99 0.26 0 0.25 195.96 0.98 0.38
Hex 2 8C BE 63 1A 0 19 C4 62 26
Octal 2 214 276 143 32 0 31 304 142 46
Binary 10 10001100 10111110 1100011 11010 0 11001 11000100 1100010 100110

Color Harmonies of #028CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028CBE

Black with #028CBE

Text Example


Text Example

White with #028CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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