Html Css Color HEX #1886CC Pacific Blue

📋 copy color: '#1886CC'

red 24 ◦ green 134 ◦ blue 204

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

Shades of Pacific Blue #1886CC

Tints of Pacific Blue #1886CC

RGB

 RED value IS 24 (9.77% from 255) = 6.63%

 GREEN value IS 134 (52.73% from 255) = 37.02%

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

R = 6.63%
G = 37.02%
B = 56.35%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1886CC (or 0x1886CC) is known color: Pacific Blue. HEX triplet: 18, 86 and CC. RGB value is (24,134,204). Sum of RGB (Red+Green+Blue) = 24+134+204=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #1886CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886CC is #E77933. Grayscale: #6C6C6C. Windows color (decimal): -15169844 or 13403672. OLE color: 13403672.

HSL color Cylindrical-coordinate representation of color #1886CC: hue angle of 203.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1886CC is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 134 204 -
CMYK 0.88 0.34 0 0.2
HSL 203.33º 0.79% 0.45% -
HSV(B) 203.33º 0.88% 0.8% -
XYZ 19.8 21.6 60.25 -
YUV 109.09 181.56 67.31 -
System Red Green Blue C M Y K H S L
Decimal 24 134 204 0.88 0.34 0 0.2 203.33 0.79 0.45
Hex 18 86 CC 58 22 0 14 CB 4F 2D
Octal 30 206 314 130 42 0 24 313 117 55
Binary 11000 10000110 11001100 1011000 100010 0 10100 11001011 1001111 101101

Color Harmonies of #1886CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1886CC

Black with #1886CC

Text Example


Text Example

White with #1886CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1886CC; }

 p { color: rgb(24,134,204); }

 H1.HeaderClassName
 {
   color: #1886CC;
 }
 .AnyTagClassName
 {
   color: #1886CC;
 }
</style>

background-color css

<style>
 a { background-color: #1886CC; }

 a { background-color: rgb(24,134,204); }

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

border-color css

<style>
 span { border-color: #1886CC; }

 span { border-color: rgb(24,134,204); }

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