Html Css Color HEX #0D9FA5 Bondi Blue

📋 copy color: '#0D9FA5'

red 13 ◦ green 159 ◦ blue 165

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

Shades of Bondi Blue #0D9FA5

Tints of Bondi Blue #0D9FA5

RGB

 RED value IS 13 (5.47% from 255) = 3.86%

 GREEN value IS 159 (62.5% from 255) = 47.18%

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

R = 3.86%
G = 47.18%
B = 48.96%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0D9FA5 (or 0x0D9FA5) is known color: Bondi Blue. HEX triplet: 0D, 9F and A5. RGB value is (13,159,165). Sum of RGB (Red+Green+Blue) = 13+159+165=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 165 (64.84% from 255 or 48.96% from 337); Max value from RGB is 165 - color contains mainly: blue. Hex color #0D9FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9FA5 is #F2605A. Grayscale: #737373. Windows color (decimal): -15884379 or 10854157. OLE color: 10854157.

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

Color convert

RGB 13 159 165 -
CMYK 0.92 0.04 0 0.35
HSL 182.37º 0.85% 0.35% -
HSV(B) 182.37º 0.92% 0.65% -
XYZ 19.36 27.6 39.9 -
YUV 116.03 155.63 54.51 -
System Red Green Blue C M Y K H S L
Decimal 13 159 165 0.92 0.04 0 0.35 182.37 0.85 0.35
Hex D 9F A5 5C 4 0 23 B6 55 23
Octal 15 237 245 134 4 0 43 266 125 43
Binary 1101 10011111 10100101 1011100 100 0 100011 10110110 1010101 100011

Color Harmonies of #0D9FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9FA5

Black with #0D9FA5

Text Example


Text Example

White with #0D9FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,159,165); }

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

background-color css

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

 a { background-color: rgb(13,159,165); }

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

border-color css

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

 span { border-color: rgb(13,159,165); }

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