#069FB8

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

Shades of Bondi Blue #069FB8

Tints of Bondi Blue #069FB8

Color information

#069FB8 (or 0x069FB8) is unknown color: approx Bondi Blue. HEX triplet: 06, 9F and B8. RGB value is (6,159,184). Sum of RGB (Red+Green+Blue) = 6+159+184=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 184 (72.27% from 255 or 52.72% from 349); Max value from RGB is 184 - color contains mainly: blue. Hex color #069FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069FB8 is #F96047. Grayscale: #737373. Windows color (decimal): -16343112 or 12099334. OLE color: 12099334.

HSL color Cylindrical-coordinate representation of color #069FB8: hue angle of 188.43º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069FB8 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB6159184-
CMYK0.970.1400.28
HSL188.43º93.68%37.25%-
HSV(B)188.43º96.74%72.16%-
XYZ21.1228.349.7-
YUV116.1166.3149.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.72%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 184 (72.27% from 255) = 52.72%
R=1.72%
G=45.56%
B=52.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal61591840.970.1400.28188.4393.6837.25
Hex69FB861E01Cbc5e25
Octal62372701411603427413645
Binary110100111111011100011000011110011100101111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069FB8; }

 p { color: rgb(6,159,184); }

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

<style>
 a { background-color: #069FB8; }

 a { background-color: rgb(6,159,184); }

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

<style>
 span { border-color: #069FB8; }

 span { border-color: rgb(6,159,184); }

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