Html Css Color HEX #0D9FAB Bondi Blue

📋 copy color: '#0D9FAB'

red 13 ◦ green 159 ◦ blue 171

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

Shades of Bondi Blue #0D9FAB

Tints of Bondi Blue #0D9FAB

RGB

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

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

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

R = 3.79%
G = 46.36%
B = 49.85%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D9FAB (or 0x0D9FAB) is known color: Bondi Blue. HEX triplet: 0D, 9F and AB. RGB value is (13,159,171). Sum of RGB (Red+Green+Blue) = 13+159+171=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #0D9FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9FAB is #F26054. Grayscale: #747474. Windows color (decimal): -15884373 or 11247373. OLE color: 11247373.

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

Color convert

RGB 13 159 171 -
CMYK 0.92 0.07 0 0.33
HSL 184.56º 0.86% 0.36% -
HSV(B) 184.56º 0.92% 0.67% -
XYZ 19.91 27.82 42.85 -
YUV 116.71 158.63 54.02 -
System Red Green Blue C M Y K H S L
Decimal 13 159 171 0.92 0.07 0 0.33 184.56 0.86 0.36
Hex D 9F AB 5C 7 0 21 B9 56 24
Octal 15 237 253 134 7 0 41 271 126 44
Binary 1101 10011111 10101011 1011100 111 0 100001 10111001 1010110 100100

Color Harmonies of #0D9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9FAB

Black with #0D9FAB

Text Example


Text Example

White with #0D9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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