Html Css Color HEX #1488BA Bondi Blue

📋 copy color: '#1488BA'

red 20 ◦ green 136 ◦ blue 186

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

Shades of Bondi Blue #1488BA

Tints of Bondi Blue #1488BA

RGB

 RED value IS 20 (8.2% from 255) = 5.85%

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

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

R = 5.85%
G = 39.77%
B = 54.39%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1488BA (or 0x1488BA) is known color: Bondi Blue. HEX triplet: 14, 88 and BA. RGB value is (20,136,186). Sum of RGB (Red+Green+Blue) = 20+136+186=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #1488BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1488BA is #EB7745. Grayscale: #6A6A6A. Windows color (decimal): -15431494 or 12224532. OLE color: 12224532.

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

Color convert

RGB 20 136 186 -
CMYK 0.89 0.27 0 0.27
HSL 198.07º 0.81% 0.4% -
HSV(B) 198.07º 0.89% 0.73% -
XYZ 17.96 21.3 49.62 -
YUV 107.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 20 136 186 0.89 0.27 0 0.27 198.07 0.81 0.4
Hex 14 88 BA 59 1B 0 1B C6 51 28
Octal 24 210 272 131 33 0 33 306 121 50
Binary 10100 10001000 10111010 1011001 11011 0 11011 11000110 1010001 101000

Color Harmonies of #1488BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1488BA

Black with #1488BA

Text Example


Text Example

White with #1488BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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