Html Css Color HEX #0197B4 Bondi Blue

📋 copy color: '#0197B4'

red 1 ◦ green 151 ◦ blue 180

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

Shades of Bondi Blue #0197B4

Tints of Bondi Blue #0197B4

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.48%

 BLUE value IS 180 (70.7% from 255) = 54.22%

R = 0.3%
G = 45.48%
B = 54.22%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0197B4 (or 0x0197B4) is known color: Bondi Blue. HEX triplet: 01, 97 and B4. RGB value is (1,151,180). Sum of RGB (Red+Green+Blue) = 1+151+180=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #0197B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0197B4 is #FE684B. Grayscale: #6D6D6D. Windows color (decimal): -16672844 or 11835137. OLE color: 11835137.

HSL color Cylindrical-coordinate representation of color #0197B4: hue angle of 189.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0197B4 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 151 180 -
CMYK 0.99 0.16 0 0.29
HSL 189.72º 0.99% 0.35% -
HSV(B) 189.72º 0.99% 0.71% -
XYZ 19.32 25.43 47.07 -
YUV 109.46 167.81 50.64 -
System Red Green Blue C M Y K H S L
Decimal 1 151 180 0.99 0.16 0 0.29 189.72 0.99 0.35
Hex 1 97 B4 63 10 0 1D BE 63 23
Octal 1 227 264 143 20 0 35 276 143 43
Binary 1 10010111 10110100 1100011 10000 0 11101 10111110 1100011 100011

Color Harmonies of #0197B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197B4

Black with #0197B4

Text Example


Text Example

White with #0197B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0197B4; }

 p { color: rgb(1,151,180); }

 H1.HeaderClassName
 {
   color: #0197B4;
 }
 .AnyTagClassName
 {
   color: #0197B4;
 }
</style>

background-color css

<style>
 a { background-color: #0197B4; }

 a { background-color: rgb(1,151,180); }

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

border-color css

<style>
 span { border-color: #0197B4; }

 span { border-color: rgb(1,151,180); }

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