Html Css Color HEX #1888C6 Pelorous

📋 copy color: '#1888C6'

red 24 ◦ green 136 ◦ blue 198

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

Shades of Pelorous #1888C6

Tints of Pelorous #1888C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 55.31%

R = 6.7%
G = 37.99%
B = 55.31%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1888C6 (or 0x1888C6) is known color: Pelorous. HEX triplet: 18, 88 and C6. RGB value is (24,136,198). Sum of RGB (Red+Green+Blue) = 24+136+198=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #1888C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888C6 is #E77739. Grayscale: #6D6D6D. Windows color (decimal): -15169338 or 13010968. OLE color: 13010968.

HSL color Cylindrical-coordinate representation of color #1888C6: hue angle of 201.38º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1888C6 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 136 198 -
CMYK 0.88 0.31 0 0.22
HSL 201.38º 0.78% 0.44% -
HSV(B) 201.38º 0.88% 0.78% -
XYZ 19.37 21.88 56.63 -
YUV 109.58 177.89 66.96 -
System Red Green Blue C M Y K H S L
Decimal 24 136 198 0.88 0.31 0 0.22 201.38 0.78 0.44
Hex 18 88 C6 58 1F 0 16 C9 4E 2C
Octal 30 210 306 130 37 0 26 311 116 54
Binary 11000 10001000 11000110 1011000 11111 0 10110 11001001 1001110 101100

Color Harmonies of #1888C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1888C6

Black with #1888C6

Text Example


Text Example

White with #1888C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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