Html Css Color HEX #188CAF Pelorous

📋 copy color: '#188CAF'

red 24 ◦ green 140 ◦ blue 175

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

Shades of Pelorous #188CAF

Tints of Pelorous #188CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.3%

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 7.08%
G = 41.3%
B = 51.62%

CMYK

 C value IS 0.86

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#188CAF (or 0x188CAF) is known color: Pelorous. HEX triplet: 18, 8C and AF. RGB value is (24,140,175). Sum of RGB (Red+Green+Blue) = 24+140+175=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #188CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188CAF is #E77350. Grayscale: #6D6D6D. Windows color (decimal): -15168337 or 11504664. OLE color: 11504664.

HSL color Cylindrical-coordinate representation of color #188CAF: hue angle of 193.91º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188CAF is Cyan = 0.86, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 140 175 -
CMYK 0.86 0.2 0 0.31
HSL 193.91º 0.76% 0.39% -
HSV(B) 193.91º 0.86% 0.69% -
XYZ 17.49 22.05 43.89 -
YUV 109.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 24 140 175 0.86 0.2 0 0.31 193.91 0.76 0.39
Hex 18 8C AF 56 14 0 1F C2 4C 27
Octal 30 214 257 126 24 0 37 302 114 47
Binary 11000 10001100 10101111 1010110 10100 0 11111 11000010 1001100 100111

Color Harmonies of #188CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CAF

Black with #188CAF

Text Example


Text Example

White with #188CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,175); }

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

background-color css

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

 a { background-color: rgb(24,140,175); }

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

border-color css

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

 span { border-color: rgb(24,140,175); }

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