Html Css Color HEX #188FB4 Pelorous

📋 copy color: '#188FB4'

red 24 ◦ green 143 ◦ blue 180

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

Shades of Pelorous #188FB4

Tints of Pelorous #188FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 51.87%

R = 6.92%
G = 41.21%
B = 51.87%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#188FB4 (or 0x188FB4) is known color: Pelorous. HEX triplet: 18, 8F and B4. RGB value is (24,143,180). Sum of RGB (Red+Green+Blue) = 24+143+180=347 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.92% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 180 (70.70% from 255 or 51.87% from 347); Max value from RGB is 180 - color contains mainly: blue. Hex color #188FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FB4 is #E7704B. Grayscale: #6F6F6F. Windows color (decimal): -15167564 or 11833112. OLE color: 11833112.

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

Color convert

RGB 24 143 180 -
CMYK 0.87 0.21 0 0.29
HSL 194.23º 0.76% 0.4% -
HSV(B) 194.23º 0.87% 0.71% -
XYZ 18.44 23.13 46.67 -
YUV 111.64 166.58 65.49 -
System Red Green Blue C M Y K H S L
Decimal 24 143 180 0.87 0.21 0 0.29 194.23 0.76 0.4
Hex 18 8F B4 57 15 0 1D C2 4C 28
Octal 30 217 264 127 25 0 35 302 114 50
Binary 11000 10001111 10110100 1010111 10101 0 11101 11000010 1001100 101000

Color Harmonies of #188FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FB4

Black with #188FB4

Text Example


Text Example

White with #188FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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