Html Css Color HEX #138EBC Bondi Blue

📋 copy color: '#138EBC'

red 19 ◦ green 142 ◦ blue 188

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

Shades of Bondi Blue #138EBC

Tints of Bondi Blue #138EBC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.69%

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

R = 5.44%
G = 40.69%
B = 53.87%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#138EBC (or 0x138EBC) is known color: Bondi Blue. HEX triplet: 13, 8E and BC. RGB value is (19,142,188). Sum of RGB (Red+Green+Blue) = 19+142+188=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #138EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EBC is #EC7143. Grayscale: #6E6E6E. Windows color (decimal): -15495492 or 12357139. OLE color: 12357139.

HSL color Cylindrical-coordinate representation of color #138EBC: hue angle of 196.33º 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 #138EBC is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 142 188 -
CMYK 0.90 0.24 0 0.26
HSL 196.33º 0.82% 0.41% -
HSV(B) 196.33º 0.9% 0.74% -
XYZ 19.02 23.12 51.04 -
YUV 110.47 171.75 62.76 -
System Red Green Blue C M Y K H S L
Decimal 19 142 188 0.90 0.24 0 0.26 196.33 0.82 0.41
Hex 13 8E BC 5A 18 0 1A C4 52 29
Octal 23 216 274 132 30 0 32 304 122 51
Binary 10011 10001110 10111100 1011010 11000 0 11010 11000100 1010010 101001

Color Harmonies of #138EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EBC

Black with #138EBC

Text Example


Text Example

White with #138EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138EBC; }

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

 H1.HeaderClassName
 {
   color: #138EBC;
 }
 .AnyTagClassName
 {
   color: #138EBC;
 }
</style>

background-color css

<style>
 a { background-color: #138EBC; }

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

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

border-color css

<style>
 span { border-color: #138EBC; }

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

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