Html Css Color HEX #1888CB Pacific Blue

📋 copy color: '#1888CB'

red 24 ◦ green 136 ◦ blue 203

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

Shades of Pacific Blue #1888CB

Tints of Pacific Blue #1888CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.92%

R = 6.61%
G = 37.47%
B = 55.92%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1888CB (or 0x1888CB) is known color: Pacific Blue. HEX triplet: 18, 88 and CB. RGB value is (24,136,203). Sum of RGB (Red+Green+Blue) = 24+136+203=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #1888CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888CB is #E77734. Grayscale: #6D6D6D. Windows color (decimal): -15169333 or 13338648. OLE color: 13338648.

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

Color convert

RGB 24 136 203 -
CMYK 0.88 0.33 0 0.20
HSL 202.46º 0.79% 0.45% -
HSV(B) 202.46º 0.88% 0.8% -
XYZ 19.96 22.11 59.72 -
YUV 110.15 180.39 66.55 -
System Red Green Blue C M Y K H S L
Decimal 24 136 203 0.88 0.33 0 0.20 202.46 0.79 0.45
Hex 18 88 CB 58 21 0 14 CA 4F 2D
Octal 30 210 313 130 41 0 24 312 117 55
Binary 11000 10001000 11001011 1011000 100001 0 10100 11001010 1001111 101101

Color Harmonies of #1888CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888CB

Black with #1888CB

Text Example


Text Example

White with #1888CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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