Html Css Color HEX #0095AE Bondi Blue

📋 copy color: '#0095AE'

red 0 ◦ green 149 ◦ blue 174

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

Shades of Bondi Blue #0095AE

Tints of Bondi Blue #0095AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 0%
G = 46.13%
B = 53.87%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0095AE (or 0x0095AE) is known color: Bondi Blue. HEX triplet: 00, 95 and AE. RGB value is (0,149,174). Sum of RGB (Red+Green+Blue) = 0+149+174=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #0095AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095AE is #FF6A51. Grayscale: #6B6B6B. Windows color (decimal): -16738898 or 11441408. OLE color: 11441408.

HSL color Cylindrical-coordinate representation of color #0095AE: hue angle of 188.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095AE is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 149 174 -
CMYK 1 0.14 0 0.32
HSL 188.62º 1% 0.34% -
HSV(B) 188.62º 1% 0.68% -
XYZ 18.39 24.55 43.81 -
YUV 107.3 165.64 51.47 -
System Red Green Blue C M Y K H S L
Decimal 0 149 174 1 0.14 0 0.32 188.62 1 0.34
Hex 0 95 AE 64 E 0 20 BD 64 22
Octal 0 225 256 144 16 0 40 275 144 42
Binary 0 10010101 10101110 1100100 1110 0 100000 10111101 1100100 100010

Color Harmonies of #0095AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0095AE

Black with #0095AE

Text Example


Text Example

White with #0095AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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