Html Css Color HEX #128DDA Pacific Blue

📋 copy color: '#128DDA'

red 18 ◦ green 141 ◦ blue 218

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

Shades of Pacific Blue #128DDA

Tints of Pacific Blue #128DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 4.77%
G = 37.4%
B = 57.82%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#128DDA (or 0x128DDA) is known color: Pacific Blue. HEX triplet: 12, 8D and DA. RGB value is (18,141,218). Sum of RGB (Red+Green+Blue) = 18+141+218=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #128DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DDA is #ED7225. Grayscale: #707070. Windows color (decimal): -15561254 or 14322962. OLE color: 14322962.

HSL color Cylindrical-coordinate representation of color #128DDA: hue angle of 203.1º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128DDA is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 141 218 -
CMYK 0.92 0.35 0 0.15
HSL 203.1º 0.85% 0.46% -
HSV(B) 203.1º 0.92% 0.85% -
XYZ 22.43 24.24 69.83 -
YUV 113 187.25 60.24 -
System Red Green Blue C M Y K H S L
Decimal 18 141 218 0.92 0.35 0 0.15 203.1 0.85 0.46
Hex 12 8D DA 5C 23 0 F CB 55 2E
Octal 22 215 332 134 43 0 17 313 125 56
Binary 10010 10001101 11011010 1011100 100011 0 1111 11001011 1010101 101110

Color Harmonies of #128DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128DDA

Black with #128DDA

Text Example


Text Example

White with #128DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,141,218); }

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

background-color css

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

 a { background-color: rgb(18,141,218); }

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

border-color css

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

 span { border-color: rgb(18,141,218); }

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