Html Css Color HEX #138BAF Bondi Blue

📋 copy color: '#138BAF'

red 19 ◦ green 139 ◦ blue 175

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

Shades of Bondi Blue #138BAF

Tints of Bondi Blue #138BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.74%

 BLUE value IS 175 (68.75% from 255) = 52.55%

R = 5.71%
G = 41.74%
B = 52.55%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#138BAF (or 0x138BAF) is known color: Bondi Blue. HEX triplet: 13, 8B and AF. RGB value is (19,139,175). Sum of RGB (Red+Green+Blue) = 19+139+175=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #138BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BAF is #EC7450. Grayscale: #6A6A6A. Windows color (decimal): -15496273 or 11504403. OLE color: 11504403.

HSL color Cylindrical-coordinate representation of color #138BAF: hue angle of 193.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138BAF is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 139 175 -
CMYK 0.89 0.21 0 0.31
HSL 193.85º 0.8% 0.38% -
HSV(B) 193.85º 0.89% 0.69% -
XYZ 17.24 21.7 43.84 -
YUV 107.22 166.24 65.07 -
System Red Green Blue C M Y K H S L
Decimal 19 139 175 0.89 0.21 0 0.31 193.85 0.8 0.38
Hex 13 8B AF 59 15 0 1F C2 50 26
Octal 23 213 257 131 25 0 37 302 120 46
Binary 10011 10001011 10101111 1011001 10101 0 11111 11000010 1010000 100110

Color Harmonies of #138BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BAF

Black with #138BAF

Text Example


Text Example

White with #138BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,139,175); }

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

background-color css

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

 a { background-color: rgb(19,139,175); }

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

border-color css

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

 span { border-color: rgb(19,139,175); }

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