Html Css Color HEX #138BCE Pacific Blue

📋 copy color: '#138BCE'

red 19 ◦ green 139 ◦ blue 206

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

Shades of Pacific Blue #138BCE

Tints of Pacific Blue #138BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 5.22%
G = 38.19%
B = 56.59%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#138BCE (or 0x138BCE) is known color: Pacific Blue. HEX triplet: 13, 8B and CE. RGB value is (19,139,206). Sum of RGB (Red+Green+Blue) = 19+139+206=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #138BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BCE is #EC7431. Grayscale: #6E6E6E. Windows color (decimal): -15496242 or 13536019. OLE color: 13536019.

HSL color Cylindrical-coordinate representation of color #138BCE: hue angle of 201.5º 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 #138BCE is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 139 206 -
CMYK 0.91 0.33 0 0.19
HSL 201.5º 0.83% 0.44% -
HSV(B) 201.5º 0.91% 0.81% -
XYZ 20.64 23.06 61.76 -
YUV 110.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 19 139 206 0.91 0.33 0 0.19 201.5 0.83 0.44
Hex 13 8B CE 5B 21 0 13 C9 53 2C
Octal 23 213 316 133 41 0 23 311 123 54
Binary 10011 10001011 11001110 1011011 100001 0 10011 11001001 1010011 101100

Color Harmonies of #138BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BCE

Black with #138BCE

Text Example


Text Example

White with #138BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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