Html Css Color HEX #0299AF Bondi Blue

📋 copy color: '#0299AF'

red 2 ◦ green 153 ◦ blue 175

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

Shades of Bondi Blue #0299AF

Tints of Bondi Blue #0299AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 175 (68.75% from 255) = 53.03%

R = 0.61%
G = 46.36%
B = 53.03%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0299AF (or 0x0299AF) is known color: Bondi Blue. HEX triplet: 02, 99 and AF. RGB value is (2,153,175). Sum of RGB (Red+Green+Blue) = 2+153+175=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #0299AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0299AF is #FD6650. Grayscale: #6E6E6E. Windows color (decimal): -16606801 or 11507970. OLE color: 11507970.

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

Color convert

RGB 2 153 175 -
CMYK 0.99 0.13 0 0.31
HSL 187.63º 0.98% 0.35% -
HSV(B) 187.63º 0.99% 0.69% -
XYZ 19.15 25.89 44.55 -
YUV 110.36 164.47 50.71 -
System Red Green Blue C M Y K H S L
Decimal 2 153 175 0.99 0.13 0 0.31 187.63 0.98 0.35
Hex 2 99 AF 63 D 0 1F BC 62 23
Octal 2 231 257 143 15 0 37 274 142 43
Binary 10 10011001 10101111 1100011 1101 0 11111 10111100 1100010 100011

Color Harmonies of #0299AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0299AF

Black with #0299AF

Text Example


Text Example

White with #0299AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0299AF; }

 p { color: rgb(2,153,175); }

 H1.HeaderClassName
 {
   color: #0299AF;
 }
 .AnyTagClassName
 {
   color: #0299AF;
 }
</style>

background-color css

<style>
 a { background-color: #0299AF; }

 a { background-color: rgb(2,153,175); }

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

border-color css

<style>
 span { border-color: #0299AF; }

 span { border-color: rgb(2,153,175); }

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