Html Css Color HEX #1296BE Bondi Blue

📋 copy color: '#1296BE'

red 18 ◦ green 150 ◦ blue 190

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

Shades of Bondi Blue #1296BE

Tints of Bondi Blue #1296BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

 BLUE value IS 190 (74.61% from 255) = 53.07%

R = 5.03%
G = 41.9%
B = 53.07%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1296BE (or 0x1296BE) is known color: Bondi Blue. HEX triplet: 12, 96 and BE. RGB value is (18,150,190). Sum of RGB (Red+Green+Blue) = 18+150+190=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #1296BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1296BE is #ED6941. Grayscale: #727272. Windows color (decimal): -15558978 or 12490258. OLE color: 12490258.

HSL color Cylindrical-coordinate representation of color #1296BE: hue angle of 193.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1296BE is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 150 190 -
CMYK 0.91 0.21 0 0.25
HSL 193.95º 0.83% 0.41% -
HSV(B) 193.95º 0.91% 0.75% -
XYZ 20.45 25.66 52.59 -
YUV 115.09 170.27 58.75 -
System Red Green Blue C M Y K H S L
Decimal 18 150 190 0.91 0.21 0 0.25 193.95 0.83 0.41
Hex 12 96 BE 5B 15 0 19 C2 53 29
Octal 22 226 276 133 25 0 31 302 123 51
Binary 10010 10010110 10111110 1011011 10101 0 11001 11000010 1010011 101001

Color Harmonies of #1296BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296BE

Black with #1296BE

Text Example


Text Example

White with #1296BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1296BE; }

 p { color: rgb(18,150,190); }

 H1.HeaderClassName
 {
   color: #1296BE;
 }
 .AnyTagClassName
 {
   color: #1296BE;
 }
</style>

background-color css

<style>
 a { background-color: #1296BE; }

 a { background-color: rgb(18,150,190); }

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

border-color css

<style>
 span { border-color: #1296BE; }

 span { border-color: rgb(18,150,190); }

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