Html Css Color HEX #138FBB Bondi Blue

📋 copy color: '#138FBB'

red 19 ◦ green 143 ◦ blue 187

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

Shades of Bondi Blue #138FBB

Tints of Bondi Blue #138FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 5.44%
G = 40.97%
B = 53.58%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#138FBB (or 0x138FBB) is known color: Bondi Blue. HEX triplet: 13, 8F and BB. RGB value is (19,143,187). Sum of RGB (Red+Green+Blue) = 19+143+187=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #138FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FBB is #EC7044. Grayscale: #6E6E6E. Windows color (decimal): -15495237 or 12291859. OLE color: 12291859.

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

Color convert

RGB 19 143 187 -
CMYK 0.90 0.24 0 0.27
HSL 195.71º 0.82% 0.4% -
HSV(B) 195.71º 0.9% 0.73% -
XYZ 19.06 23.37 50.52 -
YUV 110.94 170.92 62.42 -
System Red Green Blue C M Y K H S L
Decimal 19 143 187 0.90 0.24 0 0.27 195.71 0.82 0.4
Hex 13 8F BB 5A 18 0 1B C4 52 28
Octal 23 217 273 132 30 0 33 304 122 50
Binary 10011 10001111 10111011 1011010 11000 0 11011 11000100 1010010 101000

Color Harmonies of #138FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FBB

Black with #138FBB

Text Example


Text Example

White with #138FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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