Html Css Color HEX #1288BE Bondi Blue

📋 copy color: '#1288BE'

red 18 ◦ green 136 ◦ blue 190

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

Shades of Bondi Blue #1288BE

Tints of Bondi Blue #1288BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 5.23%
G = 39.53%
B = 55.23%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1288BE (or 0x1288BE) is known color: Bondi Blue. HEX triplet: 12, 88 and BE. RGB value is (18,136,190). Sum of RGB (Red+Green+Blue) = 18+136+190=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #1288BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288BE is #ED7741. Grayscale: #6A6A6A. Windows color (decimal): -15562562 or 12486674. OLE color: 12486674.

HSL color Cylindrical-coordinate representation of color #1288BE: hue angle of 198.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1288BE is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 136 190 -
CMYK 0.91 0.28 0 0.25
HSL 198.84º 0.83% 0.41% -
HSV(B) 198.84º 0.91% 0.75% -
XYZ 18.35 21.45 51.89 -
YUV 106.87 174.91 64.61 -
System Red Green Blue C M Y K H S L
Decimal 18 136 190 0.91 0.28 0 0.25 198.84 0.83 0.41
Hex 12 88 BE 5B 1C 0 19 C7 53 29
Octal 22 210 276 133 34 0 31 307 123 51
Binary 10010 10001000 10111110 1011011 11100 0 11001 11000111 1010011 101001

Color Harmonies of #1288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1288BE

Black with #1288BE

Text Example


Text Example

White with #1288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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