Html Css Color HEX #138EBB Bondi Blue

📋 copy color: '#138EBB'

red 19 ◦ green 142 ◦ blue 187

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

Shades of Bondi Blue #138EBB

Tints of Bondi Blue #138EBB

RGB

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

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

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

R = 5.46%
G = 40.8%
B = 53.74%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138EBB (or 0x138EBB) is known color: Bondi Blue. HEX triplet: 13, 8E and BB. RGB value is (19,142,187). Sum of RGB (Red+Green+Blue) = 19+142+187=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #138EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138EBB is #EC7144. Grayscale: #6E6E6E. Windows color (decimal): -15495493 or 12291603. OLE color: 12291603.

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

Color convert

RGB 19 142 187 -
CMYK 0.90 0.24 0 0.27
HSL 196.07º 0.82% 0.4% -
HSV(B) 196.07º 0.9% 0.73% -
XYZ 18.91 23.07 50.47 -
YUV 110.35 171.25 62.84 -
System Red Green Blue C M Y K H S L
Decimal 19 142 187 0.90 0.24 0 0.27 196.07 0.82 0.4
Hex 13 8E BB 5A 18 0 1B C4 52 28
Octal 23 216 273 132 30 0 33 304 122 50
Binary 10011 10001110 10111011 1011010 11000 0 11011 11000100 1010010 101000

Color Harmonies of #138EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EBB

Black with #138EBB

Text Example


Text Example

White with #138EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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