Html Css Color HEX #1888BB Pelorous

📋 copy color: '#1888BB'

red 24 ◦ green 136 ◦ blue 187

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

Shades of Pelorous #1888BB

Tints of Pelorous #1888BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.89%

R = 6.92%
G = 39.19%
B = 53.89%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1888BB (or 0x1888BB) is known color: Pelorous. HEX triplet: 18, 88 and BB. RGB value is (24,136,187). Sum of RGB (Red+Green+Blue) = 24+136+187=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #1888BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888BB is #E77744. Grayscale: #6C6C6C. Windows color (decimal): -15169349 or 12290072. OLE color: 12290072.

HSL color Cylindrical-coordinate representation of color #1888BB: hue angle of 198.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1888BB is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 136 187 -
CMYK 0.87 0.27 0 0.27
HSL 198.77º 0.77% 0.41% -
HSV(B) 198.77º 0.87% 0.73% -
XYZ 18.15 21.39 50.19 -
YUV 108.33 172.39 67.85 -
System Red Green Blue C M Y K H S L
Decimal 24 136 187 0.87 0.27 0 0.27 198.77 0.77 0.41
Hex 18 88 BB 57 1B 0 1B C7 4D 29
Octal 30 210 273 127 33 0 33 307 115 51
Binary 11000 10001000 10111011 1010111 11011 0 11011 11000111 1001101 101001

Color Harmonies of #1888BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888BB

Black with #1888BB

Text Example


Text Example

White with #1888BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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