Html Css Color HEX #1293AE Bondi Blue

📋 copy color: '#1293AE'

red 18 ◦ green 147 ◦ blue 174

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

Shades of Bondi Blue #1293AE

Tints of Bondi Blue #1293AE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 5.31%
G = 43.36%
B = 51.33%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1293AE (or 0x1293AE) is known color: Bondi Blue. HEX triplet: 12, 93 and AE. RGB value is (18,147,174). Sum of RGB (Red+Green+Blue) = 18+147+174=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #1293AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1293AE is #ED6C51. Grayscale: #6F6F6F. Windows color (decimal): -15559762 or 11440914. OLE color: 11440914.

HSL color Cylindrical-coordinate representation of color #1293AE: hue angle of 190.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1293AE is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 147 174 -
CMYK 0.90 0.16 0 0.32
HSL 190.38º 0.81% 0.38% -
HSV(B) 190.38º 0.9% 0.68% -
XYZ 18.32 24.05 43.72 -
YUV 111.51 163.26 61.3 -
System Red Green Blue C M Y K H S L
Decimal 18 147 174 0.90 0.16 0 0.32 190.38 0.81 0.38
Hex 12 93 AE 5A 10 0 20 BE 51 26
Octal 22 223 256 132 20 0 40 276 121 46
Binary 10010 10010011 10101110 1011010 10000 0 100000 10111110 1010001 100110

Color Harmonies of #1293AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293AE

Black with #1293AE

Text Example


Text Example

White with #1293AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1293AE; }

 p { color: rgb(18,147,174); }

 H1.HeaderClassName
 {
   color: #1293AE;
 }
 .AnyTagClassName
 {
   color: #1293AE;
 }
</style>

background-color css

<style>
 a { background-color: #1293AE; }

 a { background-color: rgb(18,147,174); }

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

border-color css

<style>
 span { border-color: #1293AE; }

 span { border-color: rgb(18,147,174); }

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