Html Css Color HEX #138CBF Bondi Blue

📋 copy color: '#138CBF'

red 19 ◦ green 140 ◦ blue 191

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

Shades of Bondi Blue #138CBF

Tints of Bondi Blue #138CBF

RGB

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

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

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

R = 5.43%
G = 40%
B = 54.57%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#138CBF (or 0x138CBF) is known color: Bondi Blue. HEX triplet: 13, 8C and BF. RGB value is (19,140,191). Sum of RGB (Red+Green+Blue) = 19+140+191=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #138CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CBF is #EC7340. Grayscale: #6D6D6D. Windows color (decimal): -15496001 or 12553235. OLE color: 12553235.

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

Color convert

RGB 19 140 191 -
CMYK 0.90 0.27 0 0.25
HSL 197.79º 0.82% 0.41% -
HSV(B) 197.79º 0.9% 0.75% -
XYZ 19.05 22.66 52.66 -
YUV 109.64 173.91 63.35 -
System Red Green Blue C M Y K H S L
Decimal 19 140 191 0.90 0.27 0 0.25 197.79 0.82 0.41
Hex 13 8C BF 5A 1B 0 19 C6 52 29
Octal 23 214 277 132 33 0 31 306 122 51
Binary 10011 10001100 10111111 1011010 11011 0 11001 11000110 1010010 101001

Color Harmonies of #138CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CBF

Black with #138CBF

Text Example


Text Example

White with #138CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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