Html Css Color HEX #1084BC Bondi Blue

📋 copy color: '#1084BC'

red 16 ◦ green 132 ◦ blue 188

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

Shades of Bondi Blue #1084BC

Tints of Bondi Blue #1084BC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

 BLUE value IS 188 (73.83% from 255) = 55.95%

R = 4.76%
G = 39.29%
B = 55.95%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1084BC (or 0x1084BC) is known color: Bondi Blue. HEX triplet: 10, 84 and BC. RGB value is (16,132,188). Sum of RGB (Red+Green+Blue) = 16+132+188=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #1084BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1084BC is #EF7B43. Grayscale: #676767. Windows color (decimal): -15694660 or 12354576. OLE color: 12354576.

HSL color Cylindrical-coordinate representation of color #1084BC: hue angle of 199.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1084BC is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 132 188 -
CMYK 0.91 0.30 0 0.26
HSL 199.53º 0.84% 0.4% -
HSV(B) 199.53º 0.91% 0.74% -
XYZ 17.54 20.24 50.56 -
YUV 103.7 175.57 65.45 -
System Red Green Blue C M Y K H S L
Decimal 16 132 188 0.91 0.30 0 0.26 199.53 0.84 0.4
Hex 10 84 BC 5B 1E 0 1A C8 54 28
Octal 20 204 274 133 36 0 32 310 124 50
Binary 10000 10000100 10111100 1011011 11110 0 11010 11001000 1010100 101000

Color Harmonies of #1084BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1084BC

Black with #1084BC

Text Example


Text Example

White with #1084BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1084BC; }

 p { color: rgb(16,132,188); }

 H1.HeaderClassName
 {
   color: #1084BC;
 }
 .AnyTagClassName
 {
   color: #1084BC;
 }
</style>

background-color css

<style>
 a { background-color: #1084BC; }

 a { background-color: rgb(16,132,188); }

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

border-color css

<style>
 span { border-color: #1084BC; }

 span { border-color: rgb(16,132,188); }

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