Html Css Color HEX #138ABF Bondi Blue

📋 copy color: '#138ABF'

red 19 ◦ green 138 ◦ blue 191

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

Shades of Bondi Blue #138ABF

Tints of Bondi Blue #138ABF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

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

R = 5.46%
G = 39.66%
B = 54.89%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138ABF (or 0x138ABF) is known color: Bondi Blue. HEX triplet: 13, 8A and BF. RGB value is (19,138,191). Sum of RGB (Red+Green+Blue) = 19+138+191=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #138ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ABF is #EC7540. Grayscale: #6C6C6C. Windows color (decimal): -15496513 or 12552723. OLE color: 12552723.

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

Color convert

RGB 19 138 191 -
CMYK 0.90 0.28 0 0.25
HSL 198.49º 0.82% 0.41% -
HSV(B) 198.49º 0.9% 0.75% -
XYZ 18.76 22.08 52.56 -
YUV 108.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 19 138 191 0.90 0.28 0 0.25 198.49 0.82 0.41
Hex 13 8A BF 5A 1C 0 19 C6 52 29
Octal 23 212 277 132 34 0 31 306 122 51
Binary 10011 10001010 10111111 1011010 11100 0 11001 11000110 1010010 101001

Color Harmonies of #138ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ABF

Black with #138ABF

Text Example


Text Example

White with #138ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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