Html Css Color HEX #1183BD Bondi Blue

📋 copy color: '#1183BD'

red 17 ◦ green 131 ◦ blue 189

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

Shades of Bondi Blue #1183BD

Tints of Bondi Blue #1183BD

RGB

 RED value IS 17 (7.03% from 255) = 5.04%

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 5.04%
G = 38.87%
B = 56.08%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1183BD (or 0x1183BD) is known color: Bondi Blue. HEX triplet: 11, 83 and BD. RGB value is (17,131,189). Sum of RGB (Red+Green+Blue) = 17+131+189=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #1183BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1183BD is #EE7C42. Grayscale: #676767. Windows color (decimal): -15629379 or 12419857. OLE color: 12419857.

HSL color Cylindrical-coordinate representation of color #1183BD: hue angle of 200.23º degrees, saturation: 0.83, 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 #1183BD is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 131 189 -
CMYK 0.91 0.31 0 0.26
HSL 200.23º 0.83% 0.4% -
HSV(B) 200.23º 0.91% 0.74% -
XYZ 17.53 20.03 51.09 -
YUV 103.53 176.23 66.28 -
System Red Green Blue C M Y K H S L
Decimal 17 131 189 0.91 0.31 0 0.26 200.23 0.83 0.4
Hex 11 83 BD 5B 1F 0 1A C8 53 28
Octal 21 203 275 133 37 0 32 310 123 50
Binary 10001 10000011 10111101 1011011 11111 0 11010 11001000 1010011 101000

Color Harmonies of #1183BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1183BD

Black with #1183BD

Text Example


Text Example

White with #1183BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1183BD; }

 p { color: rgb(17,131,189); }

 H1.HeaderClassName
 {
   color: #1183BD;
 }
 .AnyTagClassName
 {
   color: #1183BD;
 }
</style>

background-color css

<style>
 a { background-color: #1183BD; }

 a { background-color: rgb(17,131,189); }

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

border-color css

<style>
 span { border-color: #1183BD; }

 span { border-color: rgb(17,131,189); }

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