Html Css Color HEX #138BBB Bondi Blue

📋 copy color: '#138BBB'

red 19 ◦ green 139 ◦ blue 187

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

Shades of Bondi Blue #138BBB

Tints of Bondi Blue #138BBB

RGB

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

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

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

R = 5.51%
G = 40.29%
B = 54.2%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138BBB (or 0x138BBB) is known color: Bondi Blue. HEX triplet: 13, 8B and BB. RGB value is (19,139,187). Sum of RGB (Red+Green+Blue) = 19+139+187=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #138BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BBB is #EC7444. Grayscale: #6C6C6C. Windows color (decimal): -15496261 or 12290835. OLE color: 12290835.

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

Color convert

RGB 19 139 187 -
CMYK 0.90 0.26 0 0.27
HSL 197.14º 0.82% 0.4% -
HSV(B) 197.14º 0.9% 0.73% -
XYZ 18.47 22.19 50.32 -
YUV 108.59 172.24 64.1 -
System Red Green Blue C M Y K H S L
Decimal 19 139 187 0.90 0.26 0 0.27 197.14 0.82 0.4
Hex 13 8B BB 5A 1A 0 1B C5 52 28
Octal 23 213 273 132 32 0 33 305 122 50
Binary 10011 10001011 10111011 1011010 11010 0 11011 11000101 1010010 101000

Color Harmonies of #138BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BBB

Black with #138BBB

Text Example


Text Example

White with #138BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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