Html Css Color HEX #0D9ABC Bondi Blue

📋 copy color: '#0D9ABC'

red 13 ◦ green 154 ◦ blue 188

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

Shades of Bondi Blue #0D9ABC

Tints of Bondi Blue #0D9ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.38%

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 3.66%
G = 43.38%
B = 52.96%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D9ABC (or 0x0D9ABC) is known color: Bondi Blue. HEX triplet: 0D, 9A and BC. RGB value is (13,154,188). Sum of RGB (Red+Green+Blue) = 13+154+188=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D9ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D9ABC is #F26543. Grayscale: #737373. Windows color (decimal): -15885636 or 12360205. OLE color: 12360205.

HSL color Cylindrical-coordinate representation of color #0D9ABC: hue angle of 191.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D9ABC is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 13 154 188 -
CMYK 0.93 0.18 0 0.26
HSL 191.66º 0.87% 0.39% -
HSV(B) 191.66º 0.93% 0.74% -
XYZ 20.8 26.83 51.66 -
YUV 115.72 168.79 54.74 -
System Red Green Blue C M Y K H S L
Decimal 13 154 188 0.93 0.18 0 0.26 191.66 0.87 0.39
Hex D 9A BC 5D 12 0 1A C0 57 27
Octal 15 232 274 135 22 0 32 300 127 47
Binary 1101 10011010 10111100 1011101 10010 0 11010 11000000 1010111 100111

Color Harmonies of #0D9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9ABC

Black with #0D9ABC

Text Example


Text Example

White with #0D9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,154,188); }

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

background-color css

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

 a { background-color: rgb(13,154,188); }

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

border-color css

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

 span { border-color: rgb(13,154,188); }

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