Html Css Color HEX #138DBE Bondi Blue

📋 copy color: '#138DBE'

red 19 ◦ green 141 ◦ blue 190

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

Shades of Bondi Blue #138DBE

Tints of Bondi Blue #138DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 5.43%
G = 40.29%
B = 54.29%

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

#138DBE (or 0x138DBE) is known color: Bondi Blue. HEX triplet: 13, 8D and BE. RGB value is (19,141,190). Sum of RGB (Red+Green+Blue) = 19+141+190=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #138DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DBE is #EC7241. Grayscale: #6D6D6D. Windows color (decimal): -15495746 or 12487955. OLE color: 12487955.

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

Color convert

RGB 19 141 190 -
CMYK 0.90 0.26 0 0.25
HSL 197.19º 0.82% 0.41% -
HSV(B) 197.19º 0.9% 0.75% -
XYZ 19.09 22.91 52.13 -
YUV 110.11 173.08 63.02 -
System Red Green Blue C M Y K H S L
Decimal 19 141 190 0.90 0.26 0 0.25 197.19 0.82 0.41
Hex 13 8D BE 5A 1A 0 19 C5 52 29
Octal 23 215 276 132 32 0 31 305 122 51
Binary 10011 10001101 10111110 1011010 11010 0 11001 11000101 1010010 101001

Color Harmonies of #138DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DBE

Black with #138DBE

Text Example


Text Example

White with #138DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,141,190); }

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

background-color css

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

 a { background-color: rgb(19,141,190); }

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

border-color css

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

 span { border-color: rgb(19,141,190); }

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