Html Css Color HEX #0C9BA5 Bondi Blue

📋 copy color: '#0C9BA5'

red 12 ◦ green 155 ◦ blue 165

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

Shades of Bondi Blue #0C9BA5

Tints of Bondi Blue #0C9BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 165 (64.84% from 255) = 49.7%

R = 3.61%
G = 46.69%
B = 49.7%

CMYK

 C value IS 0.93

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0C9BA5 (or 0x0C9BA5) is known color: Bondi Blue. HEX triplet: 0C, 9B and A5. RGB value is (12,155,165). Sum of RGB (Red+Green+Blue) = 12+155+165=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C9BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9BA5 is #F3645A. Grayscale: #717171. Windows color (decimal): -15950939 or 10853132. OLE color: 10853132.

HSL color Cylindrical-coordinate representation of color #0C9BA5: hue angle of 183.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C9BA5 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 155 165 -
CMYK 0.93 0.06 0 0.35
HSL 183.92º 0.86% 0.35% -
HSV(B) 183.92º 0.93% 0.65% -
XYZ 18.66 26.24 39.68 -
YUV 113.38 157.12 55.69 -
System Red Green Blue C M Y K H S L
Decimal 12 155 165 0.93 0.06 0 0.35 183.92 0.86 0.35
Hex C 9B A5 5D 6 0 23 B8 56 23
Octal 14 233 245 135 6 0 43 270 126 43
Binary 1100 10011011 10100101 1011101 110 0 100011 10111000 1010110 100011

Color Harmonies of #0C9BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9BA5

Black with #0C9BA5

Text Example


Text Example

White with #0C9BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,155,165); }

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

background-color css

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

 a { background-color: rgb(12,155,165); }

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

border-color css

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

 span { border-color: rgb(12,155,165); }

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