Html Css Color HEX #0D83BC Bondi Blue

📋 copy color: '#0D83BC'

red 13 ◦ green 131 ◦ blue 188

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

Shades of Bondi Blue #0D83BC

Tints of Bondi Blue #0D83BC

RGB

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

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

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

R = 3.92%
G = 39.46%
B = 56.63%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0D83BC (or 0x0D83BC) is known color: Bondi Blue. HEX triplet: 0D, 83 and BC. RGB value is (13,131,188). Sum of RGB (Red+Green+Blue) = 13+131+188=332 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.92% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #0D83BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83BC is #F27C43. Grayscale: #656565. Windows color (decimal): -15891524 or 12354317. OLE color: 12354317.

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

Color convert

RGB 13 131 188 -
CMYK 0.93 0.30 0 0.26
HSL 199.54º 0.87% 0.39% -
HSV(B) 199.54º 0.93% 0.74% -
XYZ 17.36 19.95 50.51 -
YUV 102.22 176.41 64.37 -
System Red Green Blue C M Y K H S L
Decimal 13 131 188 0.93 0.30 0 0.26 199.54 0.87 0.39
Hex D 83 BC 5D 1E 0 1A C8 57 27
Octal 15 203 274 135 36 0 32 310 127 47
Binary 1101 10000011 10111100 1011101 11110 0 11010 11001000 1010111 100111

Color Harmonies of #0D83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D83BC

Black with #0D83BC

Text Example


Text Example

White with #0D83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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