Html Css Color HEX #0298BC Bondi Blue

📋 copy color: '#0298BC'

red 2 ◦ green 152 ◦ blue 188

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

Shades of Bondi Blue #0298BC

Tints of Bondi Blue #0298BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.97%

R = 0.58%
G = 44.44%
B = 54.97%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0298BC (or 0x0298BC) is known color: Bondi Blue. HEX triplet: 02, 98 and BC. RGB value is (2,152,188). Sum of RGB (Red+Green+Blue) = 2+152+188=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #0298BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0298BC is #FD6743. Grayscale: #6E6E6E. Windows color (decimal): -16607044 or 12359682. OLE color: 12359682.

HSL color Cylindrical-coordinate representation of color #0298BC: hue angle of 191.61º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0298BC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 152 188 -
CMYK 0.99 0.19 0 0.26
HSL 191.61º 0.98% 0.37% -
HSV(B) 191.61º 0.99% 0.74% -
XYZ 20.33 26.1 51.54 -
YUV 111.25 171.31 50.07 -
System Red Green Blue C M Y K H S L
Decimal 2 152 188 0.99 0.19 0 0.26 191.61 0.98 0.37
Hex 2 98 BC 63 13 0 1A C0 62 25
Octal 2 230 274 143 23 0 32 300 142 45
Binary 10 10011000 10111100 1100011 10011 0 11010 11000000 1100010 100101

Color Harmonies of #0298BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0298BC

Black with #0298BC

Text Example


Text Example

White with #0298BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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