Html Css Color HEX #1299BB Bondi Blue

📋 copy color: '#1299BB'

red 18 ◦ green 153 ◦ blue 187

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

Shades of Bondi Blue #1299BB

Tints of Bondi Blue #1299BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 5.03%
G = 42.74%
B = 52.23%

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

#1299BB (or 0x1299BB) is known color: Bondi Blue. HEX triplet: 12, 99 and BB. RGB value is (18,153,187). Sum of RGB (Red+Green+Blue) = 18+153+187=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #1299BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299BB is #ED6644. Grayscale: #747474. Windows color (decimal): -15558213 or 12294418. OLE color: 12294418.

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

Color convert

RGB 18 153 187 -
CMYK 0.90 0.18 0 0.27
HSL 192.07º 0.82% 0.4% -
HSV(B) 192.07º 0.9% 0.73% -
XYZ 20.61 26.5 51.04 -
YUV 116.51 167.77 57.74 -
System Red Green Blue C M Y K H S L
Decimal 18 153 187 0.90 0.18 0 0.27 192.07 0.82 0.4
Hex 12 99 BB 5A 12 0 1B C0 52 28
Octal 22 231 273 132 22 0 33 300 122 50
Binary 10010 10011001 10111011 1011010 10010 0 11011 11000000 1010010 101000

Color Harmonies of #1299BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299BB

Black with #1299BB

Text Example


Text Example

White with #1299BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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