Html Css Color HEX #1388BE Bondi Blue

📋 copy color: '#1388BE'

red 19 ◦ green 136 ◦ blue 190

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

Shades of Bondi Blue #1388BE

Tints of Bondi Blue #1388BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.42%

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

R = 5.51%
G = 39.42%
B = 55.07%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1388BE (or 0x1388BE) is known color: Bondi Blue. HEX triplet: 13, 88 and BE. RGB value is (19,136,190). Sum of RGB (Red+Green+Blue) = 19+136+190=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #1388BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388BE is #EC7741. Grayscale: #6A6A6A. Windows color (decimal): -15497026 or 12486675. OLE color: 12486675.

HSL color Cylindrical-coordinate representation of color #1388BE: hue angle of 198.95º 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 #1388BE is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 136 190 -
CMYK 0.90 0.28 0 0.25
HSL 198.95º 0.82% 0.41% -
HSV(B) 198.95º 0.9% 0.75% -
XYZ 18.37 21.46 51.89 -
YUV 107.17 174.74 65.11 -
System Red Green Blue C M Y K H S L
Decimal 19 136 190 0.90 0.28 0 0.25 198.95 0.82 0.41
Hex 13 88 BE 5A 1C 0 19 C7 52 29
Octal 23 210 276 132 34 0 31 307 122 51
Binary 10011 10001000 10111110 1011010 11100 0 11001 11000111 1010010 101001

Color Harmonies of #1388BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388BE

Black with #1388BE

Text Example


Text Example

White with #1388BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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