Html Css Color HEX #1393BE Bondi Blue

📋 copy color: '#1393BE'

red 19 ◦ green 147 ◦ blue 190

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

Shades of Bondi Blue #1393BE

Tints of Bondi Blue #1393BE

RGB

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

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

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

R = 5.34%
G = 41.29%
B = 53.37%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1393BE (or 0x1393BE) is known color: Bondi Blue. HEX triplet: 13, 93 and BE. RGB value is (19,147,190). Sum of RGB (Red+Green+Blue) = 19+147+190=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #1393BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1393BE is #EC6C41. Grayscale: #717171. Windows color (decimal): -15494210 or 12489491. OLE color: 12489491.

HSL color Cylindrical-coordinate representation of color #1393BE: hue angle of 195.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1393BE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 147 190 -
CMYK 0.90 0.23 0 0.25
HSL 195.09º 0.82% 0.41% -
HSV(B) 195.09º 0.9% 0.75% -
XYZ 20 24.72 52.43 -
YUV 113.63 171.09 60.5 -
System Red Green Blue C M Y K H S L
Decimal 19 147 190 0.90 0.23 0 0.25 195.09 0.82 0.41
Hex 13 93 BE 5A 17 0 19 C3 52 29
Octal 23 223 276 132 27 0 31 303 122 51
Binary 10011 10010011 10111110 1011010 10111 0 11001 11000011 1010010 101001

Color Harmonies of #1393BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1393BE

Black with #1393BE

Text Example


Text Example

White with #1393BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,147,190); }

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

background-color css

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

 a { background-color: rgb(19,147,190); }

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

border-color css

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

 span { border-color: rgb(19,147,190); }

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