Html Css Color HEX #0095BA Bondi Blue

📋 copy color: '#0095BA'

red 0 ◦ green 149 ◦ blue 186

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

Shades of Bondi Blue #0095BA

Tints of Bondi Blue #0095BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 186 (73.05% from 255) = 55.52%

R = 0%
G = 44.48%
B = 55.52%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0095BA (or 0x0095BA) is known color: Bondi Blue. HEX triplet: 00, 95 and BA. RGB value is (0,149,186). Sum of RGB (Red+Green+Blue) = 0+149+186=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #0095BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0095BA is #FF6A45. Grayscale: #6C6C6C. Windows color (decimal): -16738886 or 12227840. OLE color: 12227840.

HSL color Cylindrical-coordinate representation of color #0095BA: hue angle of 191.94º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095BA is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 149 186 -
CMYK 1 0.20 0 0.27
HSL 191.94º 1% 0.36% -
HSV(B) 191.94º 1% 0.73% -
XYZ 19.61 25.04 50.25 -
YUV 108.67 171.64 50.49 -
System Red Green Blue C M Y K H S L
Decimal 0 149 186 1 0.20 0 0.27 191.94 1 0.36
Hex 0 95 BA 64 14 0 1B C0 64 24
Octal 0 225 272 144 24 0 33 300 144 44
Binary 0 10010101 10111010 1100100 10100 0 11011 11000000 1100100 100100

Color Harmonies of #0095BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0095BA

Black with #0095BA

Text Example


Text Example

White with #0095BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0095BA; }

 p { color: rgb(0,149,186); }

 H1.HeaderClassName
 {
   color: #0095BA;
 }
 .AnyTagClassName
 {
   color: #0095BA;
 }
</style>

background-color css

<style>
 a { background-color: #0095BA; }

 a { background-color: rgb(0,149,186); }

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

border-color css

<style>
 span { border-color: #0095BA; }

 span { border-color: rgb(0,149,186); }

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