Html Css Color HEX #138ECB Pacific Blue

📋 copy color: '#138ECB'

red 19 ◦ green 142 ◦ blue 203

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

Shades of Pacific Blue #138ECB

Tints of Pacific Blue #138ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.01%

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 5.22%
G = 39.01%
B = 55.77%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#138ECB (or 0x138ECB) is known color: Pacific Blue. HEX triplet: 13, 8E and CB. RGB value is (19,142,203). Sum of RGB (Red+Green+Blue) = 19+142+203=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #138ECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138ECB is #EC7134. Grayscale: #6F6F6F. Windows color (decimal): -15495477 or 13340179. OLE color: 13340179.

HSL color Cylindrical-coordinate representation of color #138ECB: hue angle of 199.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138ECB is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 142 203 -
CMYK 0.91 0.30 0 0.20
HSL 199.89º 0.83% 0.44% -
HSV(B) 199.89º 0.91% 0.8% -
XYZ 20.72 23.8 60 -
YUV 112.18 179.25 61.54 -
System Red Green Blue C M Y K H S L
Decimal 19 142 203 0.91 0.30 0 0.20 199.89 0.83 0.44
Hex 13 8E CB 5B 1E 0 14 C8 53 2C
Octal 23 216 313 133 36 0 24 310 123 54
Binary 10011 10001110 11001011 1011011 11110 0 10100 11001000 1010011 101100

Color Harmonies of #138ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138ECB

Black with #138ECB

Text Example


Text Example

White with #138ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,203); }

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

background-color css

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

 a { background-color: rgb(19,142,203); }

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

border-color css

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

 span { border-color: rgb(19,142,203); }

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