Html Css Color HEX #138DBB Bondi Blue

📋 copy color: '#138DBB'

red 19 ◦ green 141 ◦ blue 187

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

Shades of Bondi Blue #138DBB

Tints of Bondi Blue #138DBB

RGB

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

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

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

R = 5.48%
G = 40.63%
B = 53.89%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138DBB (or 0x138DBB) is known color: Bondi Blue. HEX triplet: 13, 8D and BB. RGB value is (19,141,187). Sum of RGB (Red+Green+Blue) = 19+141+187=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #138DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBB is #EC7244. Grayscale: #6D6D6D. Windows color (decimal): -15495749 or 12291347. OLE color: 12291347.

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

Color convert

RGB 19 141 187 -
CMYK 0.90 0.25 0 0.27
HSL 196.43º 0.82% 0.4% -
HSV(B) 196.43º 0.9% 0.73% -
XYZ 18.76 22.78 50.42 -
YUV 109.77 171.58 63.26 -
System Red Green Blue C M Y K H S L
Decimal 19 141 187 0.90 0.25 0 0.27 196.43 0.82 0.4
Hex 13 8D BB 5A 19 0 1B C4 52 28
Octal 23 215 273 132 31 0 33 304 122 50
Binary 10011 10001101 10111011 1011010 11001 0 11011 11000100 1010010 101000

Color Harmonies of #138DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DBB

Black with #138DBB

Text Example


Text Example

White with #138DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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