Html Css Color HEX #1088BB Bondi Blue

📋 copy color: '#1088BB'

red 16 ◦ green 136 ◦ blue 187

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

Shades of Bondi Blue #1088BB

Tints of Bondi Blue #1088BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 4.72%
G = 40.12%
B = 55.16%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1088BB (or 0x1088BB) is known color: Bondi Blue. HEX triplet: 10, 88 and BB. RGB value is (16,136,187). Sum of RGB (Red+Green+Blue) = 16+136+187=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #1088BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088BB is #EF7744. Grayscale: #696969. Windows color (decimal): -15693637 or 12290064. OLE color: 12290064.

HSL color Cylindrical-coordinate representation of color #1088BB: hue angle of 197.89º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1088BB is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 136 187 -
CMYK 0.91 0.27 0 0.27
HSL 197.89º 0.84% 0.4% -
HSV(B) 197.89º 0.91% 0.73% -
XYZ 17.99 21.31 50.18 -
YUV 105.93 173.74 63.85 -
System Red Green Blue C M Y K H S L
Decimal 16 136 187 0.91 0.27 0 0.27 197.89 0.84 0.4
Hex 10 88 BB 5B 1B 0 1B C6 54 28
Octal 20 210 273 133 33 0 33 306 124 50
Binary 10000 10001000 10111011 1011011 11011 0 11011 11000110 1010100 101000

Color Harmonies of #1088BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1088BB

Black with #1088BB

Text Example


Text Example

White with #1088BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1088BB; }

 p { color: rgb(16,136,187); }

 H1.HeaderClassName
 {
   color: #1088BB;
 }
 .AnyTagClassName
 {
   color: #1088BB;
 }
</style>

background-color css

<style>
 a { background-color: #1088BB; }

 a { background-color: rgb(16,136,187); }

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

border-color css

<style>
 span { border-color: #1088BB; }

 span { border-color: rgb(16,136,187); }

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