Html Css Color HEX #1399BC Bondi Blue

📋 copy color: '#1399BC'

red 19 ◦ green 153 ◦ blue 188

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

Shades of Bondi Blue #1399BC

Tints of Bondi Blue #1399BC

RGB

 RED value IS 19 (7.81% from 255) = 5.28%

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

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

R = 5.28%
G = 42.5%
B = 52.22%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1399BC (or 0x1399BC) is known color: Bondi Blue. HEX triplet: 13, 99 and BC. RGB value is (19,153,188). Sum of RGB (Red+Green+Blue) = 19+153+188=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #1399BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1399BC is #EC6643. Grayscale: #747474. Windows color (decimal): -15492676 or 12359955. OLE color: 12359955.

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

Color convert

RGB 19 153 188 -
CMYK 0.90 0.19 0 0.26
HSL 192.43º 0.82% 0.41% -
HSV(B) 192.43º 0.9% 0.74% -
XYZ 20.74 26.55 51.61 -
YUV 116.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 19 153 188 0.90 0.19 0 0.26 192.43 0.82 0.41
Hex 13 99 BC 5A 13 0 1A C0 52 29
Octal 23 231 274 132 23 0 32 300 122 51
Binary 10011 10011001 10111100 1011010 10011 0 11010 11000000 1010010 101001

Color Harmonies of #1399BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1399BC

Black with #1399BC

Text Example


Text Example

White with #1399BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,153,188); }

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

background-color css

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

 a { background-color: rgb(19,153,188); }

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

border-color css

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

 span { border-color: rgb(19,153,188); }

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