Html Css Color HEX #188FAA Pelorous

📋 copy color: '#188FAA'

red 24 ◦ green 143 ◦ blue 170

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

Shades of Pelorous #188FAA

Tints of Pelorous #188FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.45%

R = 7.12%
G = 42.43%
B = 50.45%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#188FAA (or 0x188FAA) is known color: Pelorous. HEX triplet: 18, 8F and AA. RGB value is (24,143,170). Sum of RGB (Red+Green+Blue) = 24+143+170=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #188FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FAA is #E77055. Grayscale: #6E6E6E. Windows color (decimal): -15167574 or 11177752. OLE color: 11177752.

HSL color Cylindrical-coordinate representation of color #188FAA: hue angle of 191.1º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188FAA is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 143 170 -
CMYK 0.86 0.16 0 0.33
HSL 191.1º 0.75% 0.38% -
HSV(B) 191.1º 0.86% 0.67% -
XYZ 17.45 22.74 41.5 -
YUV 110.5 161.58 66.3 -
System Red Green Blue C M Y K H S L
Decimal 24 143 170 0.86 0.16 0 0.33 191.1 0.75 0.38
Hex 18 8F AA 56 10 0 21 BF 4B 26
Octal 30 217 252 126 20 0 41 277 113 46
Binary 11000 10001111 10101010 1010110 10000 0 100001 10111111 1001011 100110

Color Harmonies of #188FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188FAA

Black with #188FAA

Text Example


Text Example

White with #188FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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