Html Css Color HEX #0D9BAE Bondi Blue

📋 copy color: '#0D9BAE'

red 13 ◦ green 155 ◦ blue 174

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

Shades of Bondi Blue #0D9BAE

Tints of Bondi Blue #0D9BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.88%

R = 3.8%
G = 45.32%
B = 50.88%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D9BAE (or 0x0D9BAE) is known color: Bondi Blue. HEX triplet: 0D, 9B and AE. RGB value is (13,155,174). Sum of RGB (Red+Green+Blue) = 13+155+174=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D9BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9BAE is #F26451. Grayscale: #727272. Windows color (decimal): -15885394 or 11442957. OLE color: 11442957.

HSL color Cylindrical-coordinate representation of color #0D9BAE: hue angle of 187.08º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D9BAE is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 155 174 -
CMYK 0.93 0.11 0 0.32
HSL 187.08º 0.86% 0.37% -
HSV(B) 187.08º 0.93% 0.68% -
XYZ 19.53 26.58 44.15 -
YUV 114.71 161.46 55.46 -
System Red Green Blue C M Y K H S L
Decimal 13 155 174 0.93 0.11 0 0.32 187.08 0.86 0.37
Hex D 9B AE 5D B 0 20 BB 56 25
Octal 15 233 256 135 13 0 40 273 126 45
Binary 1101 10011011 10101110 1011101 1011 0 100000 10111011 1010110 100101

Color Harmonies of #0D9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9BAE

Black with #0D9BAE

Text Example


Text Example

White with #0D9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,155,174); }

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

background-color css

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

 a { background-color: rgb(13,155,174); }

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

border-color css

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

 span { border-color: rgb(13,155,174); }

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