Html Css Color HEX #138FBC Bondi Blue

📋 copy color: '#138FBC'

red 19 ◦ green 143 ◦ blue 188

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

Shades of Bondi Blue #138FBC

Tints of Bondi Blue #138FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

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

R = 5.43%
G = 40.86%
B = 53.71%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#138FBC (or 0x138FBC) is known color: Bondi Blue. HEX triplet: 13, 8F and BC. RGB value is (19,143,188). Sum of RGB (Red+Green+Blue) = 19+143+188=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #138FBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FBC is #EC7043. Grayscale: #6E6E6E. Windows color (decimal): -15495236 or 12357395. OLE color: 12357395.

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

Color convert

RGB 19 143 188 -
CMYK 0.90 0.24 0 0.26
HSL 195.98º 0.82% 0.41% -
HSV(B) 195.98º 0.9% 0.74% -
XYZ 19.17 23.41 51.09 -
YUV 111.05 171.42 62.34 -
System Red Green Blue C M Y K H S L
Decimal 19 143 188 0.90 0.24 0 0.26 195.98 0.82 0.41
Hex 13 8F BC 5A 18 0 1A C4 52 29
Octal 23 217 274 132 30 0 32 304 122 51
Binary 10011 10001111 10111100 1011010 11000 0 11010 11000100 1010010 101001

Color Harmonies of #138FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FBC

Black with #138FBC

Text Example


Text Example

White with #138FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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