Html Css Color HEX #138FBF Bondi Blue

📋 copy color: '#138FBF'

red 19 ◦ green 143 ◦ blue 191

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

Shades of Bondi Blue #138FBF

Tints of Bondi Blue #138FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.11%

R = 5.38%
G = 40.51%
B = 54.11%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138FBF (or 0x138FBF) is known color: Bondi Blue. HEX triplet: 13, 8F and BF. RGB value is (19,143,191). Sum of RGB (Red+Green+Blue) = 19+143+191=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #138FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FBF is #EC7040. Grayscale: #6F6F6F. Windows color (decimal): -15495233 or 12554003. OLE color: 12554003.

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

Color convert

RGB 19 143 191 -
CMYK 0.90 0.25 0 0.25
HSL 196.74º 0.82% 0.41% -
HSV(B) 196.74º 0.9% 0.75% -
XYZ 19.49 23.54 52.81 -
YUV 111.4 172.92 62.1 -
System Red Green Blue C M Y K H S L
Decimal 19 143 191 0.90 0.25 0 0.25 196.74 0.82 0.41
Hex 13 8F BF 5A 19 0 19 C5 52 29
Octal 23 217 277 132 31 0 31 305 122 51
Binary 10011 10001111 10111111 1011010 11001 0 11001 11000101 1010010 101001

Color Harmonies of #138FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FBF

Black with #138FBF

Text Example


Text Example

White with #138FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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