Html Css Color HEX #138DCE Pacific Blue

📋 copy color: '#138DCE'

red 19 ◦ green 141 ◦ blue 206

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

Shades of Pacific Blue #138DCE

Tints of Pacific Blue #138DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 5.19%
G = 38.52%
B = 56.28%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#138DCE (or 0x138DCE) is known color: Pacific Blue. HEX triplet: 13, 8D and CE. RGB value is (19,141,206). Sum of RGB (Red+Green+Blue) = 19+141+206=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #138DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138DCE is #EC7231. Grayscale: #6F6F6F. Windows color (decimal): -15495730 or 13536531. OLE color: 13536531.

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

Color convert

RGB 19 141 206 -
CMYK 0.91 0.32 0 0.19
HSL 200.86º 0.83% 0.44% -
HSV(B) 200.86º 0.91% 0.81% -
XYZ 20.93 23.64 61.85 -
YUV 111.93 181.08 61.71 -
System Red Green Blue C M Y K H S L
Decimal 19 141 206 0.91 0.32 0 0.19 200.86 0.83 0.44
Hex 13 8D CE 5B 20 0 13 C9 53 2C
Octal 23 215 316 133 40 0 23 311 123 54
Binary 10011 10001101 11001110 1011011 100000 0 10011 11001001 1010011 101100

Color Harmonies of #138DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DCE

Black with #138DCE

Text Example


Text Example

White with #138DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,141,206); }

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

background-color css

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

 a { background-color: rgb(19,141,206); }

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

border-color css

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

 span { border-color: rgb(19,141,206); }

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