Html Css Color HEX #138FC0 Bondi Blue

📋 copy color: '#138FC0'

red 19 ◦ green 143 ◦ blue 192

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

Shades of Bondi Blue #138FC0

Tints of Bondi Blue #138FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.24%

R = 5.37%
G = 40.4%
B = 54.24%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138FC0 (or 0x138FC0) is known color: Bondi Blue. HEX triplet: 13, 8F and C0. RGB value is (19,143,192). Sum of RGB (Red+Green+Blue) = 19+143+192=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #138FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FC0 is #EC703F. Grayscale: #6F6F6F. Windows color (decimal): -15495232 or 12619539. OLE color: 12619539.

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

Color convert

RGB 19 143 192 -
CMYK 0.90 0.26 0 0.25
HSL 196.99º 0.82% 0.41% -
HSV(B) 196.99º 0.9% 0.75% -
XYZ 19.61 23.59 53.39 -
YUV 111.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 19 143 192 0.90 0.26 0 0.25 196.99 0.82 0.41
Hex 13 8F C0 5A 1A 0 19 C5 52 29
Octal 23 217 300 132 32 0 31 305 122 51
Binary 10011 10001111 11000000 1011010 11010 0 11001 11000101 1010010 101001

Color Harmonies of #138FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FC0

Black with #138FC0

Text Example


Text Example

White with #138FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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