Html Css Color HEX #138BC8 Pacific Blue

📋 copy color: '#138BC8'

red 19 ◦ green 139 ◦ blue 200

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

Shades of Pacific Blue #138BC8

Tints of Pacific Blue #138BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.87%

R = 5.31%
G = 38.83%
B = 55.87%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#138BC8 (or 0x138BC8) is known color: Pacific Blue. HEX triplet: 13, 8B and C8. RGB value is (19,139,200). Sum of RGB (Red+Green+Blue) = 19+139+200=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 200 (78.52% from 255 or 55.87% from 358); Max value from RGB is 200 - color contains mainly: blue. Hex color #138BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138BC8 is #EC7437. Grayscale: #6D6D6D. Windows color (decimal): -15496248 or 13142803. OLE color: 13142803.

HSL color Cylindrical-coordinate representation of color #138BC8: hue angle of 200.22º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #138BC8 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 139 200 -
CMYK 0.90 0.30 0 0.22
HSL 200.22º 0.83% 0.43% -
HSV(B) 200.22º 0.91% 0.78% -
XYZ 19.93 22.77 57.99 -
YUV 110.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 19 139 200 0.90 0.30 0 0.22 200.22 0.83 0.43
Hex 13 8B C8 5A 1E 0 16 C8 53 2B
Octal 23 213 310 132 36 0 26 310 123 53
Binary 10011 10001011 11001000 1011010 11110 0 10110 11001000 1010011 101011

Color Harmonies of #138BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138BC8

Black with #138BC8

Text Example


Text Example

White with #138BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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