Html Css Color HEX #0C93AB Bondi Blue

📋 copy color: '#0C93AB'

red 12 ◦ green 147 ◦ blue 171

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

Shades of Bondi Blue #0C93AB

Tints of Bondi Blue #0C93AB

RGB

 RED value IS 12 (5.08% from 255) = 3.64%

 GREEN value IS 147 (57.81% from 255) = 44.55%

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

R = 3.64%
G = 44.55%
B = 51.82%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C93AB (or 0x0C93AB) is known color: Bondi Blue. HEX triplet: 0C, 93 and AB. RGB value is (12,147,171). Sum of RGB (Red+Green+Blue) = 12+147+171=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C93AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C93AB is #F36C54. Grayscale: #6D6D6D. Windows color (decimal): -15952981 or 11244300. OLE color: 11244300.

HSL color Cylindrical-coordinate representation of color #0C93AB: hue angle of 189.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C93AB is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 147 171 -
CMYK 0.93 0.14 0 0.33
HSL 189.06º 0.87% 0.36% -
HSV(B) 189.06º 0.93% 0.67% -
XYZ 17.94 23.89 42.19 -
YUV 109.37 162.77 58.55 -
System Red Green Blue C M Y K H S L
Decimal 12 147 171 0.93 0.14 0 0.33 189.06 0.87 0.36
Hex C 93 AB 5D E 0 21 BD 57 24
Octal 14 223 253 135 16 0 41 275 127 44
Binary 1100 10010011 10101011 1011101 1110 0 100001 10111101 1010111 100100

Color Harmonies of #0C93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C93AB

Black with #0C93AB

Text Example


Text Example

White with #0C93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,147,171); }

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

background-color css

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

 a { background-color: rgb(12,147,171); }

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

border-color css

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

 span { border-color: rgb(12,147,171); }

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