Html Css Color HEX #078CAF Bondi Blue

📋 copy color: '#078CAF'

red 7 ◦ green 140 ◦ blue 175

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

Shades of Bondi Blue #078CAF

Tints of Bondi Blue #078CAF

RGB

 RED value IS 7 (3.13% from 255) = 2.17%

 GREEN value IS 140 (55.08% from 255) = 43.48%

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 2.17%
G = 43.48%
B = 54.35%

CMYK

 C value IS 0.96

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#078CAF (or 0x078CAF) is known color: Bondi Blue. HEX triplet: 07, 8C and AF. RGB value is (7,140,175). Sum of RGB (Red+Green+Blue) = 7+140+175=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #078CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078CAF is #F87350. Grayscale: #676767. Windows color (decimal): -16282449 or 11504647. OLE color: 11504647.

HSL color Cylindrical-coordinate representation of color #078CAF: hue angle of 192.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078CAF is Cyan = 0.96, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 140 175 -
CMYK 0.96 0.2 0 0.31
HSL 192.5º 0.92% 0.36% -
HSV(B) 192.5º 0.96% 0.69% -
XYZ 17.2 21.9 43.88 -
YUV 104.22 167.94 58.65 -
System Red Green Blue C M Y K H S L
Decimal 7 140 175 0.96 0.2 0 0.31 192.5 0.92 0.36
Hex 7 8C AF 60 14 0 1F C0 5C 24
Octal 7 214 257 140 24 0 37 300 134 44
Binary 111 10001100 10101111 1100000 10100 0 11111 11000000 1011100 100100

Color Harmonies of #078CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CAF

Black with #078CAF

Text Example


Text Example

White with #078CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078CAF; }

 p { color: rgb(7,140,175); }

 H1.HeaderClassName
 {
   color: #078CAF;
 }
 .AnyTagClassName
 {
   color: #078CAF;
 }
</style>

background-color css

<style>
 a { background-color: #078CAF; }

 a { background-color: rgb(7,140,175); }

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

border-color css

<style>
 span { border-color: #078CAF; }

 span { border-color: rgb(7,140,175); }

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