Html Css Color HEX #138BBA Bondi Blue

📋 copy color: '#138BBA'

red 19 ◦ green 139 ◦ blue 186

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

Shades of Bondi Blue #138BBA

Tints of Bondi Blue #138BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 5.52%
G = 40.41%
B = 54.07%

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

#138BBA (or 0x138BBA) is known color: Bondi Blue. HEX triplet: 13, 8B and BA. RGB value is (19,139,186). Sum of RGB (Red+Green+Blue) = 19+139+186=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #138BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BBA is #EC7445. Grayscale: #6C6C6C. Windows color (decimal): -15496262 or 12225299. OLE color: 12225299.

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

Color convert

RGB 19 139 186 -
CMYK 0.90 0.25 0 0.27
HSL 196.89º 0.81% 0.4% -
HSV(B) 196.89º 0.9% 0.73% -
XYZ 18.36 22.15 49.76 -
YUV 108.48 171.74 64.18 -
System Red Green Blue C M Y K H S L
Decimal 19 139 186 0.90 0.25 0 0.27 196.89 0.81 0.4
Hex 13 8B BA 5A 19 0 1B C5 51 28
Octal 23 213 272 132 31 0 33 305 121 50
Binary 10011 10001011 10111010 1011010 11001 0 11011 11000101 1010001 101000

Color Harmonies of #138BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BBA

Black with #138BBA

Text Example


Text Example

White with #138BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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