Html Css Color HEX #138AC6 Pacific Blue

📋 copy color: '#138AC6'

red 19 ◦ green 138 ◦ blue 198

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

Shades of Pacific Blue #138AC6

Tints of Pacific Blue #138AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

 BLUE value IS 198 (77.73% from 255) = 55.77%

R = 5.35%
G = 38.87%
B = 55.77%

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

#138AC6 (or 0x138AC6) is known color: Pacific Blue. HEX triplet: 13, 8A and C6. RGB value is (19,138,198). Sum of RGB (Red+Green+Blue) = 19+138+198=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #138AC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138AC6 is #EC7539. Grayscale: #6C6C6C. Windows color (decimal): -15496506 or 13011475. OLE color: 13011475.

HSL color Cylindrical-coordinate representation of color #138AC6: hue angle of 200.11º degrees, saturation: 0.82, 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 #138AC6 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 138 198 -
CMYK 0.90 0.30 0 0.22
HSL 200.11º 0.82% 0.43% -
HSV(B) 200.11º 0.9% 0.78% -
XYZ 19.55 22.39 56.72 -
YUV 109.26 178.08 63.62 -
System Red Green Blue C M Y K H S L
Decimal 19 138 198 0.90 0.30 0 0.22 200.11 0.82 0.43
Hex 13 8A C6 5A 1E 0 16 C8 52 2B
Octal 23 212 306 132 36 0 26 310 122 53
Binary 10011 10001010 11000110 1011010 11110 0 10110 11001000 1010010 101011

Color Harmonies of #138AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138AC6

Black with #138AC6

Text Example


Text Example

White with #138AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,198); }

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

background-color css

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

 a { background-color: rgb(19,138,198); }

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

border-color css

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

 span { border-color: rgb(19,138,198); }

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