Html Css Color HEX #138BBE Bondi Blue

📋 copy color: '#138BBE'

red 19 ◦ green 139 ◦ blue 190

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

Shades of Bondi Blue #138BBE

Tints of Bondi Blue #138BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.6%

R = 5.46%
G = 39.94%
B = 54.6%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138BBE (or 0x138BBE) is known color: Bondi Blue. HEX triplet: 13, 8B and BE. RGB value is (19,139,190). Sum of RGB (Red+Green+Blue) = 19+139+190=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #138BBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BBE is #EC7441. Grayscale: #6C6C6C. Windows color (decimal): -15496258 or 12487443. OLE color: 12487443.

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

Color convert

RGB 19 139 190 -
CMYK 0.90 0.27 0 0.25
HSL 197.89º 0.82% 0.41% -
HSV(B) 197.89º 0.9% 0.75% -
XYZ 18.8 22.32 52.03 -
YUV 108.93 173.74 63.85 -
System Red Green Blue C M Y K H S L
Decimal 19 139 190 0.90 0.27 0 0.25 197.89 0.82 0.41
Hex 13 8B BE 5A 1B 0 19 C6 52 29
Octal 23 213 276 132 33 0 31 306 122 51
Binary 10011 10001011 10111110 1011010 11011 0 11001 11000110 1010010 101001

Color Harmonies of #138BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BBE

Black with #138BBE

Text Example


Text Example

White with #138BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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