Html Css Color HEX #138DBC Bondi Blue

📋 copy color: '#138DBC'

red 19 ◦ green 141 ◦ blue 188

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

Shades of Bondi Blue #138DBC

Tints of Bondi Blue #138DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.52%

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

R = 5.46%
G = 40.52%
B = 54.02%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#138DBC (or 0x138DBC) is known color: Bondi Blue. HEX triplet: 13, 8D and BC. RGB value is (19,141,188). Sum of RGB (Red+Green+Blue) = 19+141+188=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #138DBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBC is #EC7243. Grayscale: #6D6D6D. Windows color (decimal): -15495748 or 12356883. OLE color: 12356883.

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

Color convert

RGB 19 141 188 -
CMYK 0.90 0.25 0 0.26
HSL 196.69º 0.82% 0.41% -
HSV(B) 196.69º 0.9% 0.74% -
XYZ 18.87 22.82 50.99 -
YUV 109.88 172.08 63.18 -
System Red Green Blue C M Y K H S L
Decimal 19 141 188 0.90 0.25 0 0.26 196.69 0.82 0.41
Hex 13 8D BC 5A 19 0 1A C5 52 29
Octal 23 215 274 132 31 0 32 305 122 51
Binary 10011 10001101 10111100 1011010 11001 0 11010 11000101 1010010 101001

Color Harmonies of #138DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DBC

Black with #138DBC

Text Example


Text Example

White with #138DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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