Html Css Color HEX #138FCC Pacific Blue

📋 copy color: '#138FCC'

red 19 ◦ green 143 ◦ blue 204

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

Shades of Pacific Blue #138FCC

Tints of Pacific Blue #138FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 5.19%
G = 39.07%
B = 55.74%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#138FCC (or 0x138FCC) is known color: Pacific Blue. HEX triplet: 13, 8F and CC. RGB value is (19,143,204). Sum of RGB (Red+Green+Blue) = 19+143+204=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #138FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #138FCC is #EC7033. Grayscale: #707070. Windows color (decimal): -15495220 or 13405971. OLE color: 13405971.

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

Color convert

RGB 19 143 204 -
CMYK 0.91 0.30 0 0.2
HSL 199.78º 0.83% 0.44% -
HSV(B) 199.78º 0.91% 0.8% -
XYZ 20.99 24.14 60.68 -
YUV 112.88 179.42 61.04 -
System Red Green Blue C M Y K H S L
Decimal 19 143 204 0.91 0.30 0 0.2 199.78 0.83 0.44
Hex 13 8F CC 5B 1E 0 14 C8 53 2C
Octal 23 217 314 133 36 0 24 310 123 54
Binary 10011 10001111 11001100 1011011 11110 0 10100 11001000 1010011 101100

Color Harmonies of #138FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138FCC

Black with #138FCC

Text Example


Text Example

White with #138FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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