Html Css Color HEX #1888CE Pacific Blue

📋 copy color: '#1888CE'

red 24 ◦ green 136 ◦ blue 206

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

Shades of Pacific Blue #1888CE

Tints of Pacific Blue #1888CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 6.56%
G = 37.16%
B = 56.28%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1888CE (or 0x1888CE) is known color: Pacific Blue. HEX triplet: 18, 88 and CE. RGB value is (24,136,206). Sum of RGB (Red+Green+Blue) = 24+136+206=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #1888CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888CE is #E77731. Grayscale: #6E6E6E. Windows color (decimal): -15169330 or 13535256. OLE color: 13535256.

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

Color convert

RGB 24 136 206 -
CMYK 0.88 0.34 0 0.19
HSL 203.08º 0.79% 0.45% -
HSV(B) 203.08º 0.88% 0.81% -
XYZ 20.32 22.26 61.62 -
YUV 110.49 181.89 66.31 -
System Red Green Blue C M Y K H S L
Decimal 24 136 206 0.88 0.34 0 0.19 203.08 0.79 0.45
Hex 18 88 CE 58 22 0 13 CB 4F 2D
Octal 30 210 316 130 42 0 23 313 117 55
Binary 11000 10001000 11001110 1011000 100010 0 10011 11001011 1001111 101101

Color Harmonies of #1888CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888CE

Black with #1888CE

Text Example


Text Example

White with #1888CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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