Html Css Color HEX #188FC1 Pelorous

📋 copy color: '#188FC1'

red 24 ◦ green 143 ◦ blue 193

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

Shades of Pelorous #188FC1

Tints of Pelorous #188FC1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.72%

 BLUE value IS 193 (75.78% from 255) = 53.61%

R = 6.67%
G = 39.72%
B = 53.61%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#188FC1 (or 0x188FC1) is known color: Pelorous. HEX triplet: 18, 8F and C1. RGB value is (24,143,193). Sum of RGB (Red+Green+Blue) = 24+143+193=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #188FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FC1 is #E7703E. Grayscale: #707070. Windows color (decimal): -15167551 or 12685080. OLE color: 12685080.

HSL color Cylindrical-coordinate representation of color #188FC1: hue angle of 197.75º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188FC1 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 143 193 -
CMYK 0.88 0.26 0 0.24
HSL 197.75º 0.78% 0.43% -
HSV(B) 197.75º 0.88% 0.76% -
XYZ 19.82 23.69 53.98 -
YUV 113.12 173.08 64.43 -
System Red Green Blue C M Y K H S L
Decimal 24 143 193 0.88 0.26 0 0.24 197.75 0.78 0.43
Hex 18 8F C1 58 1A 0 18 C6 4E 2B
Octal 30 217 301 130 32 0 30 306 116 53
Binary 11000 10001111 11000001 1011000 11010 0 11000 11000110 1001110 101011

Color Harmonies of #188FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FC1

Black with #188FC1

Text Example


Text Example

White with #188FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188FC1; }

 p { color: rgb(24,143,193); }

 H1.HeaderClassName
 {
   color: #188FC1;
 }
 .AnyTagClassName
 {
   color: #188FC1;
 }
</style>

background-color css

<style>
 a { background-color: #188FC1; }

 a { background-color: rgb(24,143,193); }

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

border-color css

<style>
 span { border-color: #188FC1; }

 span { border-color: rgb(24,143,193); }

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