Html Css Color HEX #138BC0 Bondi Blue

📋 copy color: '#138BC0'

red 19 ◦ green 139 ◦ blue 192

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

Shades of Bondi Blue #138BC0

Tints of Bondi Blue #138BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 5.43%
G = 39.71%
B = 54.86%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138BC0 (or 0x138BC0) is known color: Bondi Blue. HEX triplet: 13, 8B and C0. RGB value is (19,139,192). Sum of RGB (Red+Green+Blue) = 19+139+192=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #138BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BC0 is #EC743F. Grayscale: #6C6C6C. Windows color (decimal): -15496256 or 12618515. OLE color: 12618515.

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

Color convert

RGB 19 139 192 -
CMYK 0.90 0.28 0 0.25
HSL 198.38º 0.82% 0.41% -
HSV(B) 198.38º 0.9% 0.75% -
XYZ 19.02 22.41 53.19 -
YUV 109.16 174.74 63.69 -
System Red Green Blue C M Y K H S L
Decimal 19 139 192 0.90 0.28 0 0.25 198.38 0.82 0.41
Hex 13 8B C0 5A 1C 0 19 C6 52 29
Octal 23 213 300 132 34 0 31 306 122 51
Binary 10011 10001011 11000000 1011010 11100 0 11001 11000110 1010010 101001

Color Harmonies of #138BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BC0

Black with #138BC0

Text Example


Text Example

White with #138BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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