Html Css Color HEX #188FC6 Pelorous

📋 copy color: '#188FC6'

red 24 ◦ green 143 ◦ blue 198

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

Shades of Pelorous #188FC6

Tints of Pelorous #188FC6

RGB

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

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

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

R = 6.58%
G = 39.18%
B = 54.25%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#188FC6 (or 0x188FC6) is known color: Pelorous. HEX triplet: 18, 8F and C6. RGB value is (24,143,198). Sum of RGB (Red+Green+Blue) = 24+143+198=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #188FC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FC6 is #E77039. Grayscale: #717171. Windows color (decimal): -15167546 or 13012760. OLE color: 13012760.

HSL color Cylindrical-coordinate representation of color #188FC6: hue angle of 198.97º 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 #188FC6 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 143 198 -
CMYK 0.88 0.28 0 0.22
HSL 198.97º 0.78% 0.44% -
HSV(B) 198.97º 0.88% 0.78% -
XYZ 20.39 23.92 56.97 -
YUV 113.69 175.58 64.03 -
System Red Green Blue C M Y K H S L
Decimal 24 143 198 0.88 0.28 0 0.22 198.97 0.78 0.44
Hex 18 8F C6 58 1C 0 16 C7 4E 2C
Octal 30 217 306 130 34 0 26 307 116 54
Binary 11000 10001111 11000110 1011000 11100 0 10110 11000111 1001110 101100

Color Harmonies of #188FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FC6

Black with #188FC6

Text Example


Text Example

White with #188FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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