Html Css Color HEX #0D83BF Bondi Blue

📋 copy color: '#0D83BF'

red 13 ◦ green 131 ◦ blue 191

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

Shades of Bondi Blue #0D83BF

Tints of Bondi Blue #0D83BF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 191 (75% from 255) = 57.01%

R = 3.88%
G = 39.1%
B = 57.01%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0D83BF (or 0x0D83BF) is known color: Bondi Blue. HEX triplet: 0D, 83 and BF. RGB value is (13,131,191). Sum of RGB (Red+Green+Blue) = 13+131+191=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D83BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83BF is #F27C40. Grayscale: #666666. Windows color (decimal): -15891521 or 12550925. OLE color: 12550925.

HSL color Cylindrical-coordinate representation of color #0D83BF: hue angle of 200.22º 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 #0D83BF is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 13 131 191 -
CMYK 0.93 0.31 0 0.25
HSL 200.22º 0.87% 0.4% -
HSV(B) 200.22º 0.93% 0.75% -
XYZ 17.69 20.08 52.23 -
YUV 102.56 177.91 64.12 -
System Red Green Blue C M Y K H S L
Decimal 13 131 191 0.93 0.31 0 0.25 200.22 0.87 0.4
Hex D 83 BF 5D 1F 0 19 C8 57 28
Octal 15 203 277 135 37 0 31 310 127 50
Binary 1101 10000011 10111111 1011101 11111 0 11001 11001000 1010111 101000

Color Harmonies of #0D83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D83BF

Black with #0D83BF

Text Example


Text Example

White with #0D83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,131,191); }

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

background-color css

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

 a { background-color: rgb(13,131,191); }

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

border-color css

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

 span { border-color: rgb(13,131,191); }

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