Html Css Color HEX #0D8DBE Bondi Blue

📋 copy color: '#0D8DBE'

red 13 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #0D8DBE

Tints of Bondi Blue #0D8DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 3.78%
G = 40.99%
B = 55.23%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D8DBE (or 0x0D8DBE) is known color: Bondi Blue. HEX triplet: 0D, 8D and BE. RGB value is (13,141,190). Sum of RGB (Red+Green+Blue) = 13+141+190=344 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.78% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D8DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8DBE is #F27241. Grayscale: #6B6B6B. Windows color (decimal): -15888962 or 12487949. OLE color: 12487949.

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

Color convert

RGB 13 141 190 -
CMYK 0.93 0.26 0 0.25
HSL 196.61º 0.87% 0.4% -
HSV(B) 196.61º 0.93% 0.75% -
XYZ 18.99 22.85 52.13 -
YUV 108.31 174.09 60.02 -
System Red Green Blue C M Y K H S L
Decimal 13 141 190 0.93 0.26 0 0.25 196.61 0.87 0.4
Hex D 8D BE 5D 1A 0 19 C5 57 28
Octal 15 215 276 135 32 0 31 305 127 50
Binary 1101 10001101 10111110 1011101 11010 0 11001 11000101 1010111 101000

Color Harmonies of #0D8DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8DBE

Black with #0D8DBE

Text Example


Text Example

White with #0D8DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,141,190); }

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

background-color css

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

 a { background-color: rgb(13,141,190); }

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

border-color css

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

 span { border-color: rgb(13,141,190); }

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