Html Css Color HEX #138FCE Pacific Blue

📋 copy color: '#138FCE'

red 19 ◦ green 143 ◦ blue 206

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

Shades of Pacific Blue #138FCE

Tints of Pacific Blue #138FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

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

R = 5.16%
G = 38.86%
B = 55.98%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#138FCE (or 0x138FCE) is known color: Pacific Blue. HEX triplet: 13, 8F and CE. RGB value is (19,143,206). Sum of RGB (Red+Green+Blue) = 19+143+206=368 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.16% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #138FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FCE is #EC7031. Grayscale: #707070. Windows color (decimal): -15495218 or 13537043. OLE color: 13537043.

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

Color convert

RGB 19 143 206 -
CMYK 0.91 0.31 0 0.19
HSL 200.21º 0.83% 0.44% -
HSV(B) 200.21º 0.91% 0.81% -
XYZ 21.23 24.24 61.95 -
YUV 113.11 180.42 60.88 -
System Red Green Blue C M Y K H S L
Decimal 19 143 206 0.91 0.31 0 0.19 200.21 0.83 0.44
Hex 13 8F CE 5B 1F 0 13 C8 53 2C
Octal 23 217 316 133 37 0 23 310 123 54
Binary 10011 10001111 11001110 1011011 11111 0 10011 11001000 1010011 101100

Color Harmonies of #138FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FCE

Black with #138FCE

Text Example


Text Example

White with #138FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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