Html Css Color HEX #1298BB Bondi Blue

📋 copy color: '#1298BB'

red 18 ◦ green 152 ◦ blue 187

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

Shades of Bondi Blue #1298BB

Tints of Bondi Blue #1298BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 5.04%
G = 42.58%
B = 52.38%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1298BB (or 0x1298BB) is known color: Bondi Blue. HEX triplet: 12, 98 and BB. RGB value is (18,152,187). Sum of RGB (Red+Green+Blue) = 18+152+187=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #1298BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298BB is #ED6744. Grayscale: #737373. Windows color (decimal): -15558469 or 12294162. OLE color: 12294162.

HSL color Cylindrical-coordinate representation of color #1298BB: hue angle of 192.43º 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 #1298BB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 152 187 -
CMYK 0.90 0.19 0 0.27
HSL 192.43º 0.82% 0.4% -
HSV(B) 192.43º 0.9% 0.73% -
XYZ 20.45 26.17 50.99 -
YUV 115.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 18 152 187 0.90 0.19 0 0.27 192.43 0.82 0.4
Hex 12 98 BB 5A 13 0 1B C0 52 28
Octal 22 230 273 132 23 0 33 300 122 50
Binary 10010 10011000 10111011 1011010 10011 0 11011 11000000 1010010 101000

Color Harmonies of #1298BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298BB

Black with #1298BB

Text Example


Text Example

White with #1298BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,152,187); }

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

background-color css

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

 a { background-color: rgb(18,152,187); }

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

border-color css

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

 span { border-color: rgb(18,152,187); }

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