Html Css Color HEX #138BBC Bondi Blue

📋 copy color: '#138BBC'

red 19 ◦ green 139 ◦ blue 188

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

Shades of Bondi Blue #138BBC

Tints of Bondi Blue #138BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 5.49%
G = 40.17%
B = 54.34%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#138BBC (or 0x138BBC) is known color: Bondi Blue. HEX triplet: 13, 8B and BC. RGB value is (19,139,188). Sum of RGB (Red+Green+Blue) = 19+139+188=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #138BBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BBC is #EC7443. Grayscale: #6C6C6C. Windows color (decimal): -15496260 or 12356371. OLE color: 12356371.

HSL color Cylindrical-coordinate representation of color #138BBC: hue angle of 197.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138BBC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 139 188 -
CMYK 0.90 0.26 0 0.26
HSL 197.4º 0.82% 0.41% -
HSV(B) 197.4º 0.9% 0.74% -
XYZ 18.58 22.23 50.89 -
YUV 108.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 19 139 188 0.90 0.26 0 0.26 197.4 0.82 0.41
Hex 13 8B BC 5A 1A 0 1A C5 52 29
Octal 23 213 274 132 32 0 32 305 122 51
Binary 10011 10001011 10111100 1011010 11010 0 11010 11000101 1010010 101001

Color Harmonies of #138BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BBC

Black with #138BBC

Text Example


Text Example

White with #138BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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