Html Css Color HEX #0A97BC Bondi Blue

📋 copy color: '#0A97BC'

red 10 ◦ green 151 ◦ blue 188

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

Shades of Bondi Blue #0A97BC

Tints of Bondi Blue #0A97BC

RGB

 RED value IS 10 (4.3% from 255) = 2.87%

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 2.87%
G = 43.27%
B = 53.87%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0A97BC (or 0x0A97BC) is known color: Bondi Blue. HEX triplet: 0A, 97 and BC. RGB value is (10,151,188). Sum of RGB (Red+Green+Blue) = 10+151+188=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A97BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A97BC is #F56843. Grayscale: #707070. Windows color (decimal): -16083012 or 12359434. OLE color: 12359434.

HSL color Cylindrical-coordinate representation of color #0A97BC: hue angle of 192.47º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A97BC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 151 188 -
CMYK 0.95 0.20 0 0.26
HSL 192.47º 0.9% 0.39% -
HSV(B) 192.47º 0.95% 0.74% -
XYZ 20.27 25.83 51.49 -
YUV 113.06 170.29 54.49 -
System Red Green Blue C M Y K H S L
Decimal 10 151 188 0.95 0.20 0 0.26 192.47 0.9 0.39
Hex A 97 BC 5F 14 0 1A C0 5A 27
Octal 12 227 274 137 24 0 32 300 132 47
Binary 1010 10010111 10111100 1011111 10100 0 11010 11000000 1011010 100111

Color Harmonies of #0A97BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A97BC

Black with #0A97BC

Text Example


Text Example

White with #0A97BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A97BC; }

 p { color: rgb(10,151,188); }

 H1.HeaderClassName
 {
   color: #0A97BC;
 }
 .AnyTagClassName
 {
   color: #0A97BC;
 }
</style>

background-color css

<style>
 a { background-color: #0A97BC; }

 a { background-color: rgb(10,151,188); }

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

border-color css

<style>
 span { border-color: #0A97BC; }

 span { border-color: rgb(10,151,188); }

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