Html Css Color HEX #138CBC Bondi Blue

📋 copy color: '#138CBC'

red 19 ◦ green 140 ◦ blue 188

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

Shades of Bondi Blue #138CBC

Tints of Bondi Blue #138CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 5.48%
G = 40.35%
B = 54.18%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#138CBC (or 0x138CBC) is known color: Bondi Blue. HEX triplet: 13, 8C and BC. RGB value is (19,140,188). Sum of RGB (Red+Green+Blue) = 19+140+188=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #138CBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CBC is #EC7343. Grayscale: #6C6C6C. Windows color (decimal): -15496004 or 12356627. OLE color: 12356627.

HSL color Cylindrical-coordinate representation of color #138CBC: hue angle of 197.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138CBC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 140 188 -
CMYK 0.90 0.26 0 0.26
HSL 197.04º 0.82% 0.41% -
HSV(B) 197.04º 0.9% 0.74% -
XYZ 18.72 22.53 50.94 -
YUV 109.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 19 140 188 0.90 0.26 0 0.26 197.04 0.82 0.41
Hex 13 8C BC 5A 1A 0 1A C5 52 29
Octal 23 214 274 132 32 0 32 305 122 51
Binary 10011 10001100 10111100 1011010 11010 0 11010 11000101 1010010 101001

Color Harmonies of #138CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CBC

Black with #138CBC

Text Example


Text Example

White with #138CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,188); }

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

background-color css

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

 a { background-color: rgb(19,140,188); }

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

border-color css

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

 span { border-color: rgb(19,140,188); }

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