Html Css Color HEX #1298BA Bondi Blue

📋 copy color: '#1298BA'

red 18 ◦ green 152 ◦ blue 186

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

Shades of Bondi Blue #1298BA

Tints of Bondi Blue #1298BA

RGB

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

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

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

R = 5.06%
G = 42.7%
B = 52.25%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1298BA (or 0x1298BA) is known color: Bondi Blue. HEX triplet: 12, 98 and BA. RGB value is (18,152,186). Sum of RGB (Red+Green+Blue) = 18+152+186=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #1298BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1298BA is #ED6745. Grayscale: #737373. Windows color (decimal): -15558470 or 12228626. OLE color: 12228626.

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

Color convert

RGB 18 152 186 -
CMYK 0.90 0.18 0 0.27
HSL 192.14º 0.82% 0.4% -
HSV(B) 192.14º 0.9% 0.73% -
XYZ 20.34 26.13 50.43 -
YUV 115.81 167.61 58.24 -
System Red Green Blue C M Y K H S L
Decimal 18 152 186 0.90 0.18 0 0.27 192.14 0.82 0.4
Hex 12 98 BA 5A 12 0 1B C0 52 28
Octal 22 230 272 132 22 0 33 300 122 50
Binary 10010 10011000 10111010 1011010 10010 0 11011 11000000 1010010 101000

Color Harmonies of #1298BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298BA

Black with #1298BA

Text Example


Text Example

White with #1298BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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