#0783BD

Color #0783BD Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0783BD

Tints of Bondi Blue #0783BD

Color information

#0783BD (or 0x0783BD) is unknown color: approx Bondi Blue. HEX triplet: 07, 83 and BD. RGB value is (7,131,189). Sum of RGB (Red+Green+Blue) = 7+131+189=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #0783BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0783BD is #F87C42. Grayscale: #646464. Windows color (decimal): -16284739 or 12419847. OLE color: 12419847.

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

Color convert

RGB7131189-
CMYK0.960.3100.26
HSL199.12º92.86%38.43%-
HSV(B)199.12º96.3%74.12%-
XYZ17.3919.9551.08-
YUV100.54177.9261.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 189 (74.22% from 255) = 57.80%
R=2.14%
G=40.06%
B=57.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal71311890.960.3100.26199.1292.8638.43
Hex783BD601F01Ac75d26
Octal72032751403703230713546
Binary1111000001110111101110000011111011010110001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0783BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0783BD;
 }
 .AnyTagClassName
 {
   color: #0783BD;
 }
</style>
background-color css

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

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

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

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

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

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