Html Css Color HEX #138CCD Pacific Blue

📋 copy color: '#138CCD'

red 19 ◦ green 140 ◦ blue 205

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

Shades of Pacific Blue #138CCD

Tints of Pacific Blue #138CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.46%

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 5.22%
G = 38.46%
B = 56.32%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#138CCD (or 0x138CCD) is known color: Pacific Blue. HEX triplet: 13, 8C and CD. RGB value is (19,140,205). Sum of RGB (Red+Green+Blue) = 19+140+205=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #138CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138CCD is #EC7332. Grayscale: #6E6E6E. Windows color (decimal): -15495987 or 13470739. OLE color: 13470739.

HSL color Cylindrical-coordinate representation of color #138CCD: hue angle of 200.97º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #138CCD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 140 205 -
CMYK 0.91 0.32 0 0.20
HSL 200.97º 0.83% 0.44% -
HSV(B) 200.97º 0.91% 0.8% -
XYZ 20.67 23.3 61.17 -
YUV 111.23 180.91 62.21 -
System Red Green Blue C M Y K H S L
Decimal 19 140 205 0.91 0.32 0 0.20 200.97 0.83 0.44
Hex 13 8C CD 5B 20 0 14 C9 53 2C
Octal 23 214 315 133 40 0 24 311 123 54
Binary 10011 10001100 11001101 1011011 100000 0 10100 11001001 1010011 101100

Color Harmonies of #138CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138CCD

Black with #138CCD

Text Example


Text Example

White with #138CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,140,205); }

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

background-color css

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

 a { background-color: rgb(19,140,205); }

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

border-color css

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

 span { border-color: rgb(19,140,205); }

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