Html Css Color HEX #0195AB Bondi Blue

📋 copy color: '#0195AB'

red 1 ◦ green 149 ◦ blue 171

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

Shades of Bondi Blue #0195AB

Tints of Bondi Blue #0195AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 0.31%
G = 46.42%
B = 53.27%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0195AB (or 0x0195AB) is known color: Bondi Blue. HEX triplet: 01, 95 and AB. RGB value is (1,149,171). Sum of RGB (Red+Green+Blue) = 1+149+171=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #0195AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0195AB is #FE6A54. Grayscale: #6B6B6B. Windows color (decimal): -16673365 or 11244801. OLE color: 11244801.

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

Color convert

RGB 1 149 171 -
CMYK 0.99 0.13 0 0.33
HSL 187.76º 0.99% 0.34% -
HSV(B) 187.76º 0.99% 0.67% -
XYZ 18.11 24.44 42.29 -
YUV 107.26 163.97 52.21 -
System Red Green Blue C M Y K H S L
Decimal 1 149 171 0.99 0.13 0 0.33 187.76 0.99 0.34
Hex 1 95 AB 63 D 0 21 BC 63 22
Octal 1 225 253 143 15 0 41 274 143 42
Binary 1 10010101 10101011 1100011 1101 0 100001 10111100 1100011 100010

Color Harmonies of #0195AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195AB

Black with #0195AB

Text Example


Text Example

White with #0195AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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