Html Css Color HEX #1388C6 Pacific Blue

📋 copy color: '#1388C6'

red 19 ◦ green 136 ◦ blue 198

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

Shades of Pacific Blue #1388C6

Tints of Pacific Blue #1388C6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 5.38%
G = 38.53%
B = 56.09%

CMYK

 C value IS 0.90

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1388C6 (or 0x1388C6) is known color: Pacific Blue. HEX triplet: 13, 88 and C6. RGB value is (19,136,198). Sum of RGB (Red+Green+Blue) = 19+136+198=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #1388C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388C6 is #EC7739. Grayscale: #6B6B6B. Windows color (decimal): -15497018 or 13010963. OLE color: 13010963.

HSL color Cylindrical-coordinate representation of color #1388C6: hue angle of 200.78º 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 #1388C6 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 136 198 -
CMYK 0.90 0.31 0 0.22
HSL 200.78º 0.82% 0.43% -
HSV(B) 200.78º 0.9% 0.78% -
XYZ 19.27 21.82 56.62 -
YUV 108.09 178.74 64.46 -
System Red Green Blue C M Y K H S L
Decimal 19 136 198 0.90 0.31 0 0.22 200.78 0.82 0.43
Hex 13 88 C6 5A 1F 0 16 C9 52 2B
Octal 23 210 306 132 37 0 26 311 122 53
Binary 10011 10001000 11000110 1011010 11111 0 10110 11001001 1010010 101011

Color Harmonies of #1388C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388C6

Black with #1388C6

Text Example


Text Example

White with #1388C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1388C6; }

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

 H1.HeaderClassName
 {
   color: #1388C6;
 }
 .AnyTagClassName
 {
   color: #1388C6;
 }
</style>

background-color css

<style>
 a { background-color: #1388C6; }

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

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

border-color css

<style>
 span { border-color: #1388C6; }

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

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