Html Css Color HEX #1294BB Bondi Blue

📋 copy color: '#1294BB'

red 18 ◦ green 148 ◦ blue 187

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

Shades of Bondi Blue #1294BB

Tints of Bondi Blue #1294BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

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

R = 5.1%
G = 41.93%
B = 52.97%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1294BB (or 0x1294BB) is known color: Bondi Blue. HEX triplet: 12, 94 and BB. RGB value is (18,148,187). Sum of RGB (Red+Green+Blue) = 18+148+187=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #1294BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294BB is #ED6B44. Grayscale: #717171. Windows color (decimal): -15559493 or 12293138. OLE color: 12293138.

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

Color convert

RGB 18 148 187 -
CMYK 0.90 0.21 0 0.27
HSL 193.85º 0.82% 0.4% -
HSV(B) 193.85º 0.9% 0.73% -
XYZ 19.81 24.9 50.78 -
YUV 113.58 169.43 59.83 -
System Red Green Blue C M Y K H S L
Decimal 18 148 187 0.90 0.21 0 0.27 193.85 0.82 0.4
Hex 12 94 BB 5A 15 0 1B C2 52 28
Octal 22 224 273 132 25 0 33 302 122 50
Binary 10010 10010100 10111011 1011010 10101 0 11011 11000010 1010010 101000

Color Harmonies of #1294BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1294BB

Black with #1294BB

Text Example


Text Example

White with #1294BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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