Html Css Color HEX #1293BC Bondi Blue

📋 copy color: '#1293BC'

red 18 ◦ green 147 ◦ blue 188

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

Shades of Bondi Blue #1293BC

Tints of Bondi Blue #1293BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 5.1%
G = 41.64%
B = 53.26%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1293BC (or 0x1293BC) is known color: Bondi Blue. HEX triplet: 12, 93 and BC. RGB value is (18,147,188). Sum of RGB (Red+Green+Blue) = 18+147+188=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #1293BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1293BC is #ED6C43. Grayscale: #707070. Windows color (decimal): -15559748 or 12358418. OLE color: 12358418.

HSL color Cylindrical-coordinate representation of color #1293BC: hue angle of 194.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1293BC is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 147 188 -
CMYK 0.90 0.22 0 0.26
HSL 194.47º 0.83% 0.4% -
HSV(B) 194.47º 0.9% 0.74% -
XYZ 19.76 24.63 51.29 -
YUV 113.1 170.26 60.17 -
System Red Green Blue C M Y K H S L
Decimal 18 147 188 0.90 0.22 0 0.26 194.47 0.83 0.4
Hex 12 93 BC 5A 16 0 1A C2 53 28
Octal 22 223 274 132 26 0 32 302 123 50
Binary 10010 10010011 10111100 1011010 10110 0 11010 11000010 1010011 101000

Color Harmonies of #1293BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1293BC

Black with #1293BC

Text Example


Text Example

White with #1293BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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