Html Css Color HEX #0787BE Bondi Blue

📋 copy color: '#0787BE'

red 7 ◦ green 135 ◦ blue 190

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

Shades of Bondi Blue #0787BE

Tints of Bondi Blue #0787BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 2.11%
G = 40.66%
B = 57.23%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0787BE (or 0x0787BE) is known color: Bondi Blue. HEX triplet: 07, 87 and BE. RGB value is (7,135,190). Sum of RGB (Red+Green+Blue) = 7+135+190=332 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #0787BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0787BE is #F87841. Grayscale: #666666. Windows color (decimal): -16283714 or 12486407. OLE color: 12486407.

HSL color Cylindrical-coordinate representation of color #0787BE: hue angle of 198.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0787BE is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 135 190 -
CMYK 0.96 0.29 0 0.25
HSL 198.03º 0.93% 0.39% -
HSV(B) 198.03º 0.96% 0.75% -
XYZ 18.05 21.09 51.84 -
YUV 103 177.09 59.53 -
System Red Green Blue C M Y K H S L
Decimal 7 135 190 0.96 0.29 0 0.25 198.03 0.93 0.39
Hex 7 87 BE 60 1D 0 19 C6 5D 27
Octal 7 207 276 140 35 0 31 306 135 47
Binary 111 10000111 10111110 1100000 11101 0 11001 11000110 1011101 100111

Color Harmonies of #0787BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0787BE

Black with #0787BE

Text Example


Text Example

White with #0787BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0787BE; }

 p { color: rgb(7,135,190); }

 H1.HeaderClassName
 {
   color: #0787BE;
 }
 .AnyTagClassName
 {
   color: #0787BE;
 }
</style>

background-color css

<style>
 a { background-color: #0787BE; }

 a { background-color: rgb(7,135,190); }

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

border-color css

<style>
 span { border-color: #0787BE; }

 span { border-color: rgb(7,135,190); }

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