Html Css Color HEX #138DBF Bondi Blue

📋 copy color: '#138DBF'

red 19 ◦ green 141 ◦ blue 191

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

Shades of Bondi Blue #138DBF

Tints of Bondi Blue #138DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 5.41%
G = 40.17%
B = 54.42%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138DBF (or 0x138DBF) is known color: Bondi Blue. HEX triplet: 13, 8D and BF. RGB value is (19,141,191). Sum of RGB (Red+Green+Blue) = 19+141+191=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #138DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBF is #EC7240. Grayscale: #6D6D6D. Windows color (decimal): -15495745 or 12553491. OLE color: 12553491.

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

Color convert

RGB 19 141 191 -
CMYK 0.90 0.26 0 0.25
HSL 197.44º 0.82% 0.41% -
HSV(B) 197.44º 0.9% 0.75% -
XYZ 19.2 22.95 52.71 -
YUV 110.22 173.58 62.93 -
System Red Green Blue C M Y K H S L
Decimal 19 141 191 0.90 0.26 0 0.25 197.44 0.82 0.41
Hex 13 8D BF 5A 1A 0 19 C5 52 29
Octal 23 215 277 132 32 0 31 305 122 51
Binary 10011 10001101 10111111 1011010 11010 0 11001 11000101 1010010 101001

Color Harmonies of #138DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DBF

Black with #138DBF

Text Example


Text Example

White with #138DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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