#0F83C4

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

Shades of Bondi Blue #0F83C4

Tints of Bondi Blue #0F83C4

Color information

#0F83C4 (or 0x0F83C4) is unknown color: approx Bondi Blue. HEX triplet: 0F, 83 and C4. RGB value is (15,131,196). Sum of RGB (Red+Green+Blue) = 15+131+196=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F83C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F83C4 is #F07C3B. Grayscale: #676767. Windows color (decimal): -15760444 or 12878607. OLE color: 12878607.

HSL color Cylindrical-coordinate representation of color #0F83C4: hue angle of 201.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F83C4 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15131196-
CMYK0.920.3300.23
HSL201.55º85.78%41.37%-
HSV(B)201.55º92.35%76.86%-
XYZ18.2820.3255.18-
YUV103.73180.0764.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.39%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 196 (76.95% from 255) = 57.31%
R=4.39%
G=38.30%
B=57.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151311960.920.3300.23201.5585.7841.37
HexF83C45C21017ca5629
Octal172033041344102731212651
Binary111110000011110001001011100100001010111110010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F83C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,131,196); }

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

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

 a { background-color: rgb(15,131,196); }

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

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

 span { border-color: rgb(15,131,196); }

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