Html Css Color HEX #0195AC Bondi Blue

📋 copy color: '#0195AC'

red 1 ◦ green 149 ◦ blue 172

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

Shades of Bondi Blue #0195AC

Tints of Bondi Blue #0195AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 0.31%
G = 46.27%
B = 53.42%

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

#0195AC (or 0x0195AC) is known color: Bondi Blue. HEX triplet: 01, 95 and AC. RGB value is (1,149,172). Sum of RGB (Red+Green+Blue) = 1+149+172=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #0195AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0195AC is #FE6A53. Grayscale: #6B6B6B. Windows color (decimal): -16673364 or 11310337. OLE color: 11310337.

HSL color Cylindrical-coordinate representation of color #0195AC: hue angle of 188.07º 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 #0195AC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 149 172 -
CMYK 0.99 0.13 0 0.33
HSL 188.07º 0.99% 0.34% -
HSV(B) 188.07º 0.99% 0.67% -
XYZ 18.21 24.48 42.8 -
YUV 107.37 164.47 52.13 -
System Red Green Blue C M Y K H S L
Decimal 1 149 172 0.99 0.13 0 0.33 188.07 0.99 0.34
Hex 1 95 AC 63 D 0 21 BC 63 22
Octal 1 225 254 143 15 0 41 274 143 42
Binary 1 10010101 10101100 1100011 1101 0 100001 10111100 1100011 100010

Color Harmonies of #0195AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195AC

Black with #0195AC

Text Example


Text Example

White with #0195AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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