Html Css Color HEX #0F82C0 Bondi Blue

📋 copy color: '#0F82C0'

red 15 ◦ green 130 ◦ blue 192

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

Shades of Bondi Blue #0F82C0

Tints of Bondi Blue #0F82C0

RGB

 RED value IS 15 (6.25% from 255) = 4.45%

 GREEN value IS 130 (51.17% from 255) = 38.58%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 4.45%
G = 38.58%
B = 56.97%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0F82C0 (or 0x0F82C0) is known color: Bondi Blue. HEX triplet: 0F, 82 and C0. RGB value is (15,130,192). Sum of RGB (Red+Green+Blue) = 15+130+192=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #0F82C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F82C0 is #F07D3F. Grayscale: #666666. Windows color (decimal): -15760704 or 12616207. OLE color: 12616207.

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

Color convert

RGB 15 130 192 -
CMYK 0.92 0.32 0 0.25
HSL 201.02º 0.86% 0.41% -
HSV(B) 201.02º 0.92% 0.75% -
XYZ 17.69 19.87 52.77 -
YUV 102.68 178.4 65.46 -
System Red Green Blue C M Y K H S L
Decimal 15 130 192 0.92 0.32 0 0.25 201.02 0.86 0.41
Hex F 82 C0 5C 20 0 19 C9 56 29
Octal 17 202 300 134 40 0 31 311 126 51
Binary 1111 10000010 11000000 1011100 100000 0 11001 11001001 1010110 101001

Color Harmonies of #0F82C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F82C0

Black with #0F82C0

Text Example


Text Example

White with #0F82C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,130,192); }

 H1.HeaderClassName
 {
   color: #0F82C0;
 }
 .AnyTagClassName
 {
   color: #0F82C0;
 }
</style>

background-color css

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

 a { background-color: rgb(15,130,192); }

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

border-color css

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

 span { border-color: rgb(15,130,192); }

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