Html Css Color HEX #188FB2 Pelorous

📋 copy color: '#188FB2'

red 24 ◦ green 143 ◦ blue 178

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

Shades of Pelorous #188FB2

Tints of Pelorous #188FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 51.59%

R = 6.96%
G = 41.45%
B = 51.59%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#188FB2 (or 0x188FB2) is known color: Pelorous. HEX triplet: 18, 8F and B2. RGB value is (24,143,178). Sum of RGB (Red+Green+Blue) = 24+143+178=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 178 (69.92% from 255 or 51.59% from 345); Max value from RGB is 178 - color contains mainly: blue. Hex color #188FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FB2 is #E7704D. Grayscale: #6F6F6F. Windows color (decimal): -15167566 or 11702040. OLE color: 11702040.

HSL color Cylindrical-coordinate representation of color #188FB2: hue angle of 193.64º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188FB2 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 24 143 178 -
CMYK 0.87 0.20 0 0.30
HSL 193.64º 0.76% 0.4% -
HSV(B) 193.64º 0.87% 0.7% -
XYZ 18.24 23.05 45.61 -
YUV 111.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 24 143 178 0.87 0.20 0 0.30 193.64 0.76 0.4
Hex 18 8F B2 57 14 0 1E C2 4C 28
Octal 30 217 262 127 24 0 36 302 114 50
Binary 11000 10001111 10110010 1010111 10100 0 11110 11000010 1001100 101000

Color Harmonies of #188FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FB2

Black with #188FB2

Text Example


Text Example

White with #188FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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