Html Css Color HEX #0298AD Bondi Blue

📋 copy color: '#0298AD'

red 2 ◦ green 152 ◦ blue 173

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

Shades of Bondi Blue #0298AD

Tints of Bondi Blue #0298AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 0.61%
G = 46.48%
B = 52.91%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0298AD (or 0x0298AD) is known color: Bondi Blue. HEX triplet: 02, 98 and AD. RGB value is (2,152,173). Sum of RGB (Red+Green+Blue) = 2+152+173=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0298AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0298AD is #FD6752. Grayscale: #6D6D6D. Windows color (decimal): -16607059 or 11376642. OLE color: 11376642.

HSL color Cylindrical-coordinate representation of color #0298AD: hue angle of 187.37º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298AD is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 2 152 173 -
CMYK 0.99 0.12 0 0.32
HSL 187.37º 0.98% 0.34% -
HSV(B) 187.37º 0.99% 0.68% -
XYZ 18.8 25.49 43.46 -
YUV 109.54 163.81 51.29 -
System Red Green Blue C M Y K H S L
Decimal 2 152 173 0.99 0.12 0 0.32 187.37 0.98 0.34
Hex 2 98 AD 63 C 0 20 BB 62 22
Octal 2 230 255 143 14 0 40 273 142 42
Binary 10 10011000 10101101 1100011 1100 0 100000 10111011 1100010 100010

Color Harmonies of #0298AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0298AD

Black with #0298AD

Text Example


Text Example

White with #0298AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0298AD; }

 p { color: rgb(2,152,173); }

 H1.HeaderClassName
 {
   color: #0298AD;
 }
 .AnyTagClassName
 {
   color: #0298AD;
 }
</style>

background-color css

<style>
 a { background-color: #0298AD; }

 a { background-color: rgb(2,152,173); }

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

border-color css

<style>
 span { border-color: #0298AD; }

 span { border-color: rgb(2,152,173); }

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