Html Css Color HEX #1888CD Pacific Blue

📋 copy color: '#1888CD'

red 24 ◦ green 136 ◦ blue 205

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

Shades of Pacific Blue #1888CD

Tints of Pacific Blue #1888CD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.26%

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

R = 6.58%
G = 37.26%
B = 56.16%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1888CD (or 0x1888CD) is known color: Pacific Blue. HEX triplet: 18, 88 and CD. RGB value is (24,136,205). Sum of RGB (Red+Green+Blue) = 24+136+205=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #1888CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888CD is #E77732. Grayscale: #6D6D6D. Windows color (decimal): -15169331 or 13469720. OLE color: 13469720.

HSL color Cylindrical-coordinate representation of color #1888CD: hue angle of 202.87º 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 #1888CD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 136 205 -
CMYK 0.88 0.34 0 0.20
HSL 202.87º 0.79% 0.45% -
HSV(B) 202.87º 0.88% 0.8% -
XYZ 20.2 22.21 60.98 -
YUV 110.38 181.39 66.39 -
System Red Green Blue C M Y K H S L
Decimal 24 136 205 0.88 0.34 0 0.20 202.87 0.79 0.45
Hex 18 88 CD 58 22 0 14 CB 4F 2D
Octal 30 210 315 130 42 0 24 313 117 55
Binary 11000 10001000 11001101 1011000 100010 0 10100 11001011 1001111 101101

Color Harmonies of #1888CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888CD

Black with #1888CD

Text Example


Text Example

White with #1888CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1888CD; }

 p { color: rgb(24,136,205); }

 H1.HeaderClassName
 {
   color: #1888CD;
 }
 .AnyTagClassName
 {
   color: #1888CD;
 }
</style>

background-color css

<style>
 a { background-color: #1888CD; }

 a { background-color: rgb(24,136,205); }

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

border-color css

<style>
 span { border-color: #1888CD; }

 span { border-color: rgb(24,136,205); }

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