Html Css Color HEX #0083BD Bondi Blue

📋 copy color: '#0083BD'

red 0 ◦ green 131 ◦ blue 189

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

Shades of Bondi Blue #0083BD

Tints of Bondi Blue #0083BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 0%
G = 40.94%
B = 59.06%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0083BD (or 0x0083BD) is known color: Bondi Blue. HEX triplet: 00, 83 and BD. RGB value is (0,131,189). Sum of RGB (Red+Green+Blue) = 0+131+189=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #0083BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0083BD is #FF7C42. Grayscale: #626262. Windows color (decimal): -16743491 or 12419840. OLE color: 12419840.

HSL color Cylindrical-coordinate representation of color #0083BD: hue angle of 198.41º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0083BD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 131 189 -
CMYK 1 0.31 0 0.26
HSL 198.41º 1% 0.37% -
HSV(B) 198.41º 1% 0.74% -
XYZ 17.3 19.91 51.07 -
YUV 98.44 179.1 57.78 -
System Red Green Blue C M Y K H S L
Decimal 0 131 189 1 0.31 0 0.26 198.41 1 0.37
Hex 0 83 BD 64 1F 0 1A C6 64 25
Octal 0 203 275 144 37 0 32 306 144 45
Binary 0 10000011 10111101 1100100 11111 0 11010 11000110 1100100 100101

Color Harmonies of #0083BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0083BD

Black with #0083BD

Text Example


Text Example

White with #0083BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0083BD; }

 p { color: rgb(0,131,189); }

 H1.HeaderClassName
 {
   color: #0083BD;
 }
 .AnyTagClassName
 {
   color: #0083BD;
 }
</style>

background-color css

<style>
 a { background-color: #0083BD; }

 a { background-color: rgb(0,131,189); }

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

border-color css

<style>
 span { border-color: #0083BD; }

 span { border-color: rgb(0,131,189); }

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