Html Css Color HEX #1288BA Bondi Blue

📋 copy color: '#1288BA'

red 18 ◦ green 136 ◦ blue 186

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

Shades of Bondi Blue #1288BA

Tints of Bondi Blue #1288BA

RGB

 RED value IS 18 (7.42% from 255) = 5.29%

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 5.29%
G = 40%
B = 54.71%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1288BA (or 0x1288BA) is known color: Bondi Blue. HEX triplet: 12, 88 and BA. RGB value is (18,136,186). Sum of RGB (Red+Green+Blue) = 18+136+186=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #1288BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288BA is #ED7745. Grayscale: #6A6A6A. Windows color (decimal): -15562566 or 12224530. OLE color: 12224530.

HSL color Cylindrical-coordinate representation of color #1288BA: hue angle of 197.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1288BA is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 136 186 -
CMYK 0.90 0.27 0 0.27
HSL 197.86º 0.82% 0.4% -
HSV(B) 197.86º 0.9% 0.73% -
XYZ 17.92 21.28 49.62 -
YUV 106.42 172.91 64.93 -
System Red Green Blue C M Y K H S L
Decimal 18 136 186 0.90 0.27 0 0.27 197.86 0.82 0.4
Hex 12 88 BA 5A 1B 0 1B C6 52 28
Octal 22 210 272 132 33 0 33 306 122 50
Binary 10010 10001000 10111010 1011010 11011 0 11011 11000110 1010010 101000

Color Harmonies of #1288BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1288BA

Black with #1288BA

Text Example


Text Example

White with #1288BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1288BA; }

 p { color: rgb(18,136,186); }

 H1.HeaderClassName
 {
   color: #1288BA;
 }
 .AnyTagClassName
 {
   color: #1288BA;
 }
</style>

background-color css

<style>
 a { background-color: #1288BA; }

 a { background-color: rgb(18,136,186); }

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

border-color css

<style>
 span { border-color: #1288BA; }

 span { border-color: rgb(18,136,186); }

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