Html Css Color HEX #0D8FAA Bondi Blue

📋 copy color: '#0D8FAA'

red 13 ◦ green 143 ◦ blue 170

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

Shades of Bondi Blue #0D8FAA

Tints of Bondi Blue #0D8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 3.99%
G = 43.87%
B = 52.15%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D8FAA (or 0x0D8FAA) is known color: Bondi Blue. HEX triplet: 0D, 8F and AA. RGB value is (13,143,170). Sum of RGB (Red+Green+Blue) = 13+143+170=326 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.99% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D8FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8FAA is #F27055. Grayscale: #6A6A6A. Windows color (decimal): -15888470 or 11177741. OLE color: 11177741.

HSL color Cylindrical-coordinate representation of color #0D8FAA: hue angle of 190.32º 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 #0D8FAA is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 143 170 -
CMYK 0.92 0.16 0 0.33
HSL 190.32º 0.86% 0.36% -
HSV(B) 190.32º 0.92% 0.67% -
XYZ 17.24 22.63 41.49 -
YUV 107.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 13 143 170 0.92 0.16 0 0.33 190.32 0.86 0.36
Hex D 8F AA 5C 10 0 21 BE 56 24
Octal 15 217 252 134 20 0 41 276 126 44
Binary 1101 10001111 10101010 1011100 10000 0 100001 10111110 1010110 100100

Color Harmonies of #0D8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8FAA

Black with #0D8FAA

Text Example


Text Example

White with #0D8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,143,170); }

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

background-color css

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

 a { background-color: rgb(13,143,170); }

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

border-color css

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

 span { border-color: rgb(13,143,170); }

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