Html Css Color HEX #0195AE Bondi Blue

📋 copy color: '#0195AE'

red 1 ◦ green 149 ◦ blue 174

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

Shades of Bondi Blue #0195AE

Tints of Bondi Blue #0195AE

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

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

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

R = 0.31%
G = 45.99%
B = 53.7%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0195AE (or 0x0195AE) is known color: Bondi Blue. HEX triplet: 01, 95 and AE. RGB value is (1,149,174). Sum of RGB (Red+Green+Blue) = 1+149+174=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #0195AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0195AE is #FE6A51. Grayscale: #6B6B6B. Windows color (decimal): -16673362 or 11441409. OLE color: 11441409.

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

Color convert

RGB 1 149 174 -
CMYK 0.99 0.14 0 0.32
HSL 188.67º 0.99% 0.34% -
HSV(B) 188.67º 0.99% 0.68% -
XYZ 18.4 24.56 43.81 -
YUV 107.6 165.47 51.97 -
System Red Green Blue C M Y K H S L
Decimal 1 149 174 0.99 0.14 0 0.32 188.67 0.99 0.34
Hex 1 95 AE 63 E 0 20 BD 63 22
Octal 1 225 256 143 16 0 40 275 143 42
Binary 1 10010101 10101110 1100011 1110 0 100000 10111101 1100011 100010

Color Harmonies of #0195AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195AE

Black with #0195AE

Text Example


Text Example

White with #0195AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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