Html Css Color HEX #128ACD Pacific Blue

📋 copy color: '#128ACD'

red 18 ◦ green 138 ◦ blue 205

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

Shades of Pacific Blue #128ACD

Tints of Pacific Blue #128ACD

RGB

 RED value IS 18 (7.42% from 255) = 4.99%

 GREEN value IS 138 (54.3% from 255) = 38.23%

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

R = 4.99%
G = 38.23%
B = 56.79%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#128ACD (or 0x128ACD) is known color: Pacific Blue. HEX triplet: 12, 8A and CD. RGB value is (18,138,205). Sum of RGB (Red+Green+Blue) = 18+138+205=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #128ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ACD is #ED7532. Grayscale: #6D6D6D. Windows color (decimal): -15562035 or 13470226. OLE color: 13470226.

HSL color Cylindrical-coordinate representation of color #128ACD: hue angle of 201.5º degrees, saturation: 0.84, 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 #128ACD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 138 205 -
CMYK 0.91 0.33 0 0.20
HSL 201.5º 0.84% 0.44% -
HSV(B) 201.5º 0.91% 0.8% -
XYZ 20.36 22.71 61.07 -
YUV 109.76 181.74 62.55 -
System Red Green Blue C M Y K H S L
Decimal 18 138 205 0.91 0.33 0 0.20 201.5 0.84 0.44
Hex 12 8A CD 5B 21 0 14 C9 54 2C
Octal 22 212 315 133 41 0 24 311 124 54
Binary 10010 10001010 11001101 1011011 100001 0 10100 11001001 1010100 101100

Color Harmonies of #128ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128ACD

Black with #128ACD

Text Example


Text Example

White with #128ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128ACD; }

 p { color: rgb(18,138,205); }

 H1.HeaderClassName
 {
   color: #128ACD;
 }
 .AnyTagClassName
 {
   color: #128ACD;
 }
</style>

background-color css

<style>
 a { background-color: #128ACD; }

 a { background-color: rgb(18,138,205); }

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

border-color css

<style>
 span { border-color: #128ACD; }

 span { border-color: rgb(18,138,205); }

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