Html Css Color HEX #138CB1 Bondi Blue

📋 copy color: '#138CB1'

red 19 ◦ green 140 ◦ blue 177

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

Shades of Bondi Blue #138CB1

Tints of Bondi Blue #138CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 52.68%

R = 5.65%
G = 41.67%
B = 52.68%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#138CB1 (or 0x138CB1) is known color: Bondi Blue. HEX triplet: 13, 8C and B1. RGB value is (19,140,177). Sum of RGB (Red+Green+Blue) = 19+140+177=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 177 (69.53% from 255 or 52.68% from 336); Max value from RGB is 177 - color contains mainly: blue. Hex color #138CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CB1 is #EC734E. Grayscale: #6B6B6B. Windows color (decimal): -15496015 or 11635731. OLE color: 11635731.

HSL color Cylindrical-coordinate representation of color #138CB1: hue angle of 194.05º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138CB1 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 140 177 -
CMYK 0.89 0.21 0 0.31
HSL 194.05º 0.81% 0.38% -
HSV(B) 194.05º 0.89% 0.69% -
XYZ 17.58 22.07 44.93 -
YUV 108.04 166.91 64.49 -
System Red Green Blue C M Y K H S L
Decimal 19 140 177 0.89 0.21 0 0.31 194.05 0.81 0.38
Hex 13 8C B1 59 15 0 1F C2 51 26
Octal 23 214 261 131 25 0 37 302 121 46
Binary 10011 10001100 10110001 1011001 10101 0 11111 11000010 1010001 100110

Color Harmonies of #138CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CB1

Black with #138CB1

Text Example


Text Example

White with #138CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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