Html Css Color HEX #138BB1 Bondi Blue

📋 copy color: '#138BB1'

red 19 ◦ green 139 ◦ blue 177

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

Shades of Bondi Blue #138BB1

Tints of Bondi Blue #138BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.84%

R = 5.67%
G = 41.49%
B = 52.84%

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

#138BB1 (or 0x138BB1) is known color: Bondi Blue. HEX triplet: 13, 8B and B1. RGB value is (19,139,177). Sum of RGB (Red+Green+Blue) = 19+139+177=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #138BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BB1 is #EC744E. Grayscale: #6B6B6B. Windows color (decimal): -15496271 or 11635475. OLE color: 11635475.

HSL color Cylindrical-coordinate representation of color #138BB1: hue angle of 194.43º degrees, saturation: 0.81, 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 #138BB1 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 139 177 -
CMYK 0.89 0.21 0 0.31
HSL 194.43º 0.81% 0.38% -
HSV(B) 194.43º 0.89% 0.69% -
XYZ 17.44 21.78 44.88 -
YUV 107.45 167.24 64.91 -
System Red Green Blue C M Y K H S L
Decimal 19 139 177 0.89 0.21 0 0.31 194.43 0.81 0.38
Hex 13 8B B1 59 15 0 1F C2 51 26
Octal 23 213 261 131 25 0 37 302 121 46
Binary 10011 10001011 10110001 1011001 10101 0 11111 11000010 1010001 100110

Color Harmonies of #138BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BB1

Black with #138BB1

Text Example


Text Example

White with #138BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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