Html Css Color HEX #1388CE Pacific Blue

📋 copy color: '#1388CE'

red 19 ◦ green 136 ◦ blue 206

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

Shades of Pacific Blue #1388CE

Tints of Pacific Blue #1388CE

RGB

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

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

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

R = 5.26%
G = 37.67%
B = 57.06%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1388CE (or 0x1388CE) is known color: Pacific Blue. HEX triplet: 13, 88 and CE. RGB value is (19,136,206). Sum of RGB (Red+Green+Blue) = 19+136+206=361 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.26% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #1388CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388CE is #EC7731. Grayscale: #6C6C6C. Windows color (decimal): -15497010 or 13535251. OLE color: 13535251.

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

Color convert

RGB 19 136 206 -
CMYK 0.91 0.34 0 0.19
HSL 202.46º 0.83% 0.44% -
HSV(B) 202.46º 0.91% 0.81% -
XYZ 20.21 22.2 61.61 -
YUV 109 182.74 63.81 -
System Red Green Blue C M Y K H S L
Decimal 19 136 206 0.91 0.34 0 0.19 202.46 0.83 0.44
Hex 13 88 CE 5B 22 0 13 CA 53 2C
Octal 23 210 316 133 42 0 23 312 123 54
Binary 10011 10001000 11001110 1011011 100010 0 10011 11001010 1010011 101100

Color Harmonies of #1388CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1388CE

Black with #1388CE

Text Example


Text Example

White with #1388CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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