Html Css Color HEX #188CB0 Pelorous

📋 copy color: '#188CB0'

red 24 ◦ green 140 ◦ blue 176

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

Shades of Pelorous #188CB0

Tints of Pelorous #188CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 51.76%

R = 7.06%
G = 41.18%
B = 51.76%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#188CB0 (or 0x188CB0) is known color: Pelorous. HEX triplet: 18, 8C and B0. RGB value is (24,140,176). Sum of RGB (Red+Green+Blue) = 24+140+176=340 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.06% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #188CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188CB0 is #E7734F. Grayscale: #6D6D6D. Windows color (decimal): -15168336 or 11570200. OLE color: 11570200.

HSL color Cylindrical-coordinate representation of color #188CB0: hue angle of 194.21º 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 #188CB0 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 140 176 -
CMYK 0.86 0.20 0 0.31
HSL 194.21º 0.76% 0.39% -
HSV(B) 194.21º 0.86% 0.69% -
XYZ 17.59 22.08 44.41 -
YUV 109.42 165.57 67.07 -
System Red Green Blue C M Y K H S L
Decimal 24 140 176 0.86 0.20 0 0.31 194.21 0.76 0.39
Hex 18 8C B0 56 14 0 1F C2 4C 27
Octal 30 214 260 126 24 0 37 302 114 47
Binary 11000 10001100 10110000 1010110 10100 0 11111 11000010 1001100 100111

Color Harmonies of #188CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188CB0

Black with #188CB0

Text Example


Text Example

White with #188CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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