Html Css Color HEX #1083C0 Bondi Blue

📋 copy color: '#1083C0'

red 16 ◦ green 131 ◦ blue 192

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

Shades of Bondi Blue #1083C0

Tints of Bondi Blue #1083C0

RGB

 RED value IS 16 (6.64% from 255) = 4.72%

 GREEN value IS 131 (51.56% from 255) = 38.64%

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

R = 4.72%
G = 38.64%
B = 56.64%

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

#1083C0 (or 0x1083C0) is known color: Bondi Blue. HEX triplet: 10, 83 and C0. RGB value is (16,131,192). Sum of RGB (Red+Green+Blue) = 16+131+192=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 192 (75.39% from 255 or 56.64% from 339); Max value from RGB is 192 - color contains mainly: blue. Hex color #1083C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083C0 is #EF7C3F. Grayscale: #676767. Windows color (decimal): -15694912 or 12616464. OLE color: 12616464.

HSL color Cylindrical-coordinate representation of color #1083C0: hue angle of 200.8º degrees, saturation: 0.85, 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 #1083C0 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 131 192 -
CMYK 0.92 0.32 0 0.25
HSL 200.8º 0.85% 0.41% -
HSV(B) 200.8º 0.92% 0.75% -
XYZ 17.84 20.15 52.82 -
YUV 103.57 177.9 65.54 -
System Red Green Blue C M Y K H S L
Decimal 16 131 192 0.92 0.32 0 0.25 200.8 0.85 0.41
Hex 10 83 C0 5C 20 0 19 C9 55 29
Octal 20 203 300 134 40 0 31 311 125 51
Binary 10000 10000011 11000000 1011100 100000 0 11001 11001001 1010101 101001

Color Harmonies of #1083C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1083C0

Black with #1083C0

Text Example


Text Example

White with #1083C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1083C0; }

 p { color: rgb(16,131,192); }

 H1.HeaderClassName
 {
   color: #1083C0;
 }
 .AnyTagClassName
 {
   color: #1083C0;
 }
</style>

background-color css

<style>
 a { background-color: #1083C0; }

 a { background-color: rgb(16,131,192); }

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

border-color css

<style>
 span { border-color: #1083C0; }

 span { border-color: rgb(16,131,192); }

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