Html Css Color HEX #138FBA Bondi Blue

📋 copy color: '#138FBA'

red 19 ◦ green 143 ◦ blue 186

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

Shades of Bondi Blue #138FBA

Tints of Bondi Blue #138FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 5.46%
G = 41.09%
B = 53.45%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138FBA (or 0x138FBA) is known color: Bondi Blue. HEX triplet: 13, 8F and BA. RGB value is (19,143,186). Sum of RGB (Red+Green+Blue) = 19+143+186=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #138FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FBA is #EC7045. Grayscale: #6E6E6E. Windows color (decimal): -15495238 or 12226323. OLE color: 12226323.

HSL color Cylindrical-coordinate representation of color #138FBA: hue angle of 195.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138FBA is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 143 186 -
CMYK 0.90 0.23 0 0.27
HSL 195.45º 0.81% 0.4% -
HSV(B) 195.45º 0.9% 0.73% -
XYZ 18.95 23.33 49.96 -
YUV 110.83 170.42 62.5 -
System Red Green Blue C M Y K H S L
Decimal 19 143 186 0.90 0.23 0 0.27 195.45 0.81 0.4
Hex 13 8F BA 5A 17 0 1B C3 51 28
Octal 23 217 272 132 27 0 33 303 121 50
Binary 10011 10001111 10111010 1011010 10111 0 11011 11000011 1010001 101000

Color Harmonies of #138FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FBA

Black with #138FBA

Text Example


Text Example

White with #138FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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