Html Css Color HEX #0298AB Bondi Blue

📋 copy color: '#0298AB'

red 2 ◦ green 152 ◦ blue 171

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

Shades of Bondi Blue #0298AB

Tints of Bondi Blue #0298AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.62%

R = 0.62%
G = 46.77%
B = 52.62%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0298AB (or 0x0298AB) is known color: Bondi Blue. HEX triplet: 02, 98 and AB. RGB value is (2,152,171). Sum of RGB (Red+Green+Blue) = 2+152+171=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #0298AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0298AB is #FD6754. Grayscale: #6D6D6D. Windows color (decimal): -16607061 or 11245570. OLE color: 11245570.

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

Color convert

RGB 2 152 171 -
CMYK 0.99 0.11 0 0.33
HSL 186.75º 0.98% 0.34% -
HSV(B) 186.75º 0.99% 0.67% -
XYZ 18.6 25.41 42.45 -
YUV 109.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 2 152 171 0.99 0.11 0 0.33 186.75 0.98 0.34
Hex 2 98 AB 63 B 0 21 BB 62 22
Octal 2 230 253 143 13 0 41 273 142 42
Binary 10 10011000 10101011 1100011 1011 0 100001 10111011 1100010 100010

Color Harmonies of #0298AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0298AB

Black with #0298AB

Text Example


Text Example

White with #0298AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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